Share via


INodeGeometryData.GeometryCanResizeRight Property

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

Syntax

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

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

INodeGeometryData Interface

INodeGeometryData Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace