ShapeField.GetMinimumSize(ShapeElement) 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 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