NodeShape::ExcludeShapeFromSizeCalculation Method (NodeShape^)

 

If true the shape will not be taken into account to calculate the size of the parent shape

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
virtual bool ExcludeShapeFromSizeCalculation(
	NodeShape^ shape
)

Parameters

Return Value

Type: System::Boolean

True if the shape needs to be excluded from the size calculation

By default all port shapes are excluded

Return to top
Show: