TextField.GetStringFormat Method

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

Syntax

'宣言
Public Overridable Function GetStringFormat ( _
    parentShape As ShapeElement _
) As StringFormat
'使用
Dim instance As TextField
Dim parentShape As ShapeElement
Dim returnValue As StringFormat

returnValue = instance.GetStringFormat(parentShape)
public virtual StringFormat GetStringFormat(
    ShapeElement parentShape
)
public:
virtual StringFormat^ GetStringFormat(
    ShapeElement^ parentShape
)
public function GetStringFormat(
    parentShape : ShapeElement
) : StringFormat

Parameters

Return Value

Type: System.Drawing.StringFormat

Permissions

See Also

Reference

TextField Class

TextField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace