ListField.GetPaddingAboveItemText Method

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

Syntax

'宣言
Protected Overridable Function GetPaddingAboveItemText ( _
    parentShape As ShapeElement _
) As Double
'使用
Dim parentShape As ShapeElement
Dim returnValue As Double

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

Parameters

Return Value

Type: System.Double

Permissions

See Also

Reference

ListField Class

ListField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace