CompositeActivityDesigner.Location 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置设计器的位置(以逻辑坐标表示)。
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 可在设计时或运行时定位设计器。