ActivityPreviewDesigner.Location 属性
定义
设置或获取工作流设计图面上以逻辑坐标形式表示的设计器位置。Gets or sets the location of the designer in logical coordinates on the workflow design surface.
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
属性值
一个 Point,其中包含与工作流设计图面上的 ActivityPreviewDesigner 关联的 X 坐标和 Y 坐标。A Point that contains the x- and y-coordinates associated with the ActivityPreviewDesigner on the workflow design surface.
注解
Location 设置操作将更新 ActivityPreviewDesigner 及其包含的所有子设计器的位置。The Location set operation updates the location of the ActivityPreviewDesigner and all child designers it contains.