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

Syntax

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

Property Value

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

Microsoft.VisualStudio.Modeling.Diagrams Namespace