Share via


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 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public ReadOnly Property CanResize As Boolean
'Usage
Dim instance As NodeShape 
Dim value As Boolean 

value = instance.CanResize
public bool CanResize { get; }
public:
property bool CanResize {
    bool get ();
}
public function get CanResize () : boolean

Property Value

Type: System.Boolean
true if a user can resize the shape; otherwise, false.

.NET Framework Security

See Also

Reference

NodeShape Class

NodeShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace