TextField.DefaultIsHorizontal Property

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

Syntax

'宣言
Public Property DefaultIsHorizontal As Boolean
'使用
Dim instance As TextField
Dim value As Boolean

value = instance.DefaultIsHorizontal

instance.DefaultIsHorizontal = value
public bool DefaultIsHorizontal { get; set; }
public:
property bool DefaultIsHorizontal {
    bool get ();
    void set (bool value);
}
public function get DefaultIsHorizontal () : boolean
public function set DefaultIsHorizontal (value : boolean)

Property Value

Type: System.Boolean

Permissions

See Also

Reference

TextField Class

TextField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace