RectangleD::Size Property

 

Gets or sets the size of this RectangleD.

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

public:
property SizeD Size {
	SizeD get();
	void set(SizeD value);
}
Return to top
Show: