NodeShapeGeometry.CanResize(IGeometryHost) Method

Definition

Gets a value indicating whether the user can resize this geometry.

protected:
 static bool CanResize(Microsoft::VisualStudio::Modeling::Diagrams::IGeometryHost ^ geometryHost);
protected static bool CanResize (Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost geometryHost);
static member CanResize : Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost -> bool
Protected Shared Function CanResize (geometryHost As IGeometryHost) As Boolean

Parameters

geometryHost
IGeometryHost

The instance data for the geometry.

Returns

true if the user can resize this geometry; otherwise, false.

Applies to