ListField.GetPaddingBelowItemText(ShapeElement) 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.
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