NodeShapeGeometry.CanResize Method

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

Syntax

'Declaration
Protected Shared Function CanResize ( _
    geometryHost As IGeometryHost _
) As Boolean
'Usage
Dim geometryHost As IGeometryHost 
Dim returnValue As Boolean 

returnValue = NodeShapeGeometry.CanResize(geometryHost)
protected static bool CanResize(
    IGeometryHost geometryHost
)
protected:
static bool CanResize(
    IGeometryHost^ geometryHost
)
protected static function CanResize(
    geometryHost : IGeometryHost
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

NodeShapeGeometry Class

NodeShapeGeometry Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace