NodeShape.ExcludeShapeFromSizeCalculation(NodeShape) 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.
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