NodeShape.CalculateMinimumSizeBasedOnChildren 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.
Calculates the minimum size needed for this shape to fit all of its children within it.
public:
Microsoft::VisualStudio::Modeling::Diagrams::SizeD CalculateMinimumSizeBasedOnChildren();
public Microsoft.VisualStudio.Modeling.Diagrams.SizeD CalculateMinimumSizeBasedOnChildren ();
member this.CalculateMinimumSizeBasedOnChildren : unit -> Microsoft.VisualStudio.Modeling.Diagrams.SizeD
Public Function CalculateMinimumSizeBasedOnChildren () As SizeD
Returns
Returns the minimum size needed for this shape.