NodeShape::CanResize Property

 

Gets the shape and verifies whether a user can resize it.

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

public:
property bool CanResize {
	bool get();
}

Property Value

Type: System::Boolean

true if a user can resize the shape; otherwise, false.

Return to top
Show: