ListField.GetPaddingBelowItemText Method

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

Syntax

'Declaration
Protected Overridable Function GetPaddingBelowItemText ( _
    parentShape As ShapeElement _
) As Double
'Usage
Dim parentShape As ShapeElement 
Dim returnValue As Double 

returnValue = Me.GetPaddingBelowItemText(parentShape)
protected virtual double GetPaddingBelowItemText(
    ShapeElement parentShape
)
protected:
virtual double GetPaddingBelowItemText(
    ShapeElement^ parentShape
)
protected function GetPaddingBelowItemText(
    parentShape : ShapeElement
) : double

Parameters

Return Value

Type: System.Double

.NET Framework Security

See Also

Reference

ListField Class

ListField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace