INodeGeometryData.GeometryCanResizeRight Property

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

Syntax

'宣言
ReadOnly Property GeometryCanResizeRight As Boolean
'使用
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

Permissions

See Also

Reference

INodeGeometryData Interface

INodeGeometryData Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace