ListField.GetPaddingBelowItemText(ShapeElement) Method

Definition

Returns the spacing between the bottom of the text and the bottom of the item. The text height (Font.GetHeight()) contains some padding, so this is padding in addition to that.

protected:
 virtual double GetPaddingBelowItemText(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
protected virtual double GetPaddingBelowItemText (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
abstract member GetPaddingBelowItemText : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> double
override this.GetPaddingBelowItemText : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> double
Protected Overridable Function GetPaddingBelowItemText (parentShape As ShapeElement) As Double

Parameters

parentShape
ShapeElement

Returns

Applies to