NodeShape.ExcludeShapeFromSizeCalculation(NodeShape) Method

Definition

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

protected:
 virtual bool ExcludeShapeFromSizeCalculation(Microsoft::VisualStudio::Modeling::Diagrams::NodeShape ^ shape);
protected virtual bool ExcludeShapeFromSizeCalculation (Microsoft.VisualStudio.Modeling.Diagrams.NodeShape shape);
abstract member ExcludeShapeFromSizeCalculation : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape -> bool
override this.ExcludeShapeFromSizeCalculation : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape -> bool
Protected Overridable Function ExcludeShapeFromSizeCalculation (shape As NodeShape) As Boolean

Parameters

shape
NodeShape

Returns

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

Remarks

By default all port shapes are excluded

Applies to