ListField.GetPaddingBelowItemText Method

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

Syntax

'宣言
Protected Overridable Function GetPaddingBelowItemText ( _
    parentShape As ShapeElement _
) As Double
'使用
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

Permissions

See Also

Reference

ListField Class

ListField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace