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

Syntax

'Declaration
Public ReadOnly Property CanResize As Boolean
public bool CanResize { get; }
public:
property bool CanResize {
    bool get ();
}
member CanResize : bool with get
function get CanResize () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

NodeShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace