SplitterItemsControl.Orientation Property

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'宣告
Public Property Orientation As Orientation
    Get
    Set
'用途
Dim instance As SplitterItemsControl
Dim value As Orientation

value = instance.Orientation

instance.Orientation = value
public Orientation Orientation { get; set; }
public:
property Orientation Orientation {
    Orientation get ();
    void set (Orientation value);
}
member Orientation : Orientation with get, set
function get Orientation () : Orientation
function set Orientation (value : Orientation)

Property Value

Type: System.Windows.Controls.Orientation

.NET Framework Security

See Also

Reference

SplitterItemsControl Class

SplitterItemsControl Members

Microsoft.VisualStudio.PlatformUI Namespace