TextField.GetAutoSize Method

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

Syntax

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

returnValue = instance.GetAutoSize(parentShape)
public virtual bool GetAutoSize(
    ShapeElement parentShape
)
public:
virtual bool GetAutoSize(
    ShapeElement^ parentShape
)
public function GetAutoSize(
    parentShape : ShapeElement
) : boolean

Parameters

Return Value

Type: System.Boolean

Permissions

See Also

Reference

TextField Class

TextField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace