INodeGeometryData.GeometryCanResizeLeft Property

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

Syntax

'Declaration
ReadOnly Property GeometryCanResizeLeft As Boolean
'Usage
Dim instance As INodeGeometryData 
Dim value As Boolean 

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

INodeGeometryData Interface

INodeGeometryData Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace