ActivityDesigner.Location 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置设计器的位置(以逻辑坐标表示)。
public:
virtual property System::Drawing::Point Location { System::Drawing::Point get(); void set(System::Drawing::Point value); };
public virtual System.Drawing.Point Location { get; set; }
member this.Location : System.Drawing.Point with get, set
Public Overridable Property Location As Point
属性值
以逻辑坐标表示的设计器的位置。
注解
在设计时或运行时,使用 Location 属性可在设计图面上定位设计器。