ImageField::GetMinimumSize Method (ShapeElement^)
Visual Studio 2015
Returns the minimum size of the ImageField.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- parentShape
- Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::SizeDThe minimum size is the size of the image to be displayed, or the minimum size specified in the AnchoringBehavior, whichever is larger. If the shape field is scaled, (GetUnscaled() returns false) then the AnchoringBehavior size is always used.
Show: