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

Syntax

'Declaration
Public ReadOnly Property GeometryCanResizeBottom As Boolean
public bool GeometryCanResizeBottom { get; }
public:
virtual property bool GeometryCanResizeBottom {
    bool get () sealed;
}
abstract GeometryCanResizeBottom : bool with get 
override GeometryCanResizeBottom : bool with get
final function get GeometryCanResizeBottom () : boolean

Property Value

Type: 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

Microsoft.VisualStudio.Modeling.Diagrams Namespace