ActivityPreviewDesigner.Location Property

Definition

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

Property Value

A Point that contains the x- and y-coordinates associated with the ActivityPreviewDesigner on the workflow design surface.

Remarks

The Location set operation updates the location of the ActivityPreviewDesigner and all child designers it contains.

Applies to