ActivityDesigner.Location 属性

定义

获取或设置设计器的位置(以逻辑坐标表示)。

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 属性可在设计图面上定位设计器。

适用于