ShapeField.GetMinimumSize(ShapeElement) Method

Definition

Gets the minimum width and height for this ShapeField in world units

public:
 virtual Microsoft::VisualStudio::Modeling::Diagrams::SizeD GetMinimumSize(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public virtual Microsoft.VisualStudio.Modeling.Diagrams.SizeD GetMinimumSize (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
abstract member GetMinimumSize : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> Microsoft.VisualStudio.Modeling.Diagrams.SizeD
override this.GetMinimumSize : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> Microsoft.VisualStudio.Modeling.Diagrams.SizeD
Public Overridable Function GetMinimumSize (parentShape As ShapeElement) As SizeD

Parameters

parentShape
ShapeElement

The ShapeElement instance

Returns

The minimum size for this ShapeField in world units

Applies to