Share via


NodeShape.GeometryCanResizeBottom Property

Gets the shape and verifies whether the user can resize it vertically, starting at the bottom.

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

Syntax

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

value = instance.GeometryCanResizeBottom
public bool GeometryCanResizeBottom { get; }
public:
virtual property bool GeometryCanResizeBottom {
    bool get () sealed;
}
public final function get GeometryCanResizeBottom () : boolean

Property Value

Type: System.Boolean
true if the user can resize the shape vertically, starting at the bottom; otherwise, false.

Implements

INodeGeometryData.GeometryCanResizeBottom

.NET Framework Security

See Also

Reference

NodeShape Class

NodeShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace