CompositeActivityDesigner.Location 属性

定义

获取或设置设计器在逻辑坐标中的位置。

public:
 virtual property System::Drawing::Point Location { System::Drawing::Point get(); void set(System::Drawing::Point value); };
public override System.Drawing.Point Location { get; set; }
member this.Location : System.Drawing.Point with get, set
Public Overrides Property Location As Point

属性值

设计器在逻辑坐标中的位置。

注解

用于 Location 在设计或运行时定位设计器。

适用于