NodeShape.GeometryCanResizeTop Property

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

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

Syntax

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

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

Property Value

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

Implements

INodeGeometryData.GeometryCanResizeTop

.NET Framework Security

See Also

Reference

NodeShape Class

NodeShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace