NodeShape::Location Property

 

Gets or sets the coordinates of the top-left corner of the shape's bounds relative to its ParentShape.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
property PointD Location {
	PointD get();
	void set(PointD value);
}

The coordinate system is in world units and increases down and to the right.

Return to top
Show: