NodeShapeGeometry.CanResize(IGeometryHost) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.