ScrollBar.Orientation プロパティ

定義

ScrollBar を水平または垂直のどちらで表示するかを取得または設定します。

public:
 property System::Windows::Controls::Orientation Orientation { System::Windows::Controls::Orientation get(); void set(System::Windows::Controls::Orientation value); };
public System.Windows.Controls.Orientation Orientation { get; set; }
member this.Orientation : System.Windows.Controls.Orientation with get, set
Public Property Orientation As Orientation

プロパティ値

Orientation

Orientation を水平または垂直のどちらで表示するかを定義する ScrollBar 列挙値。 既定値は、Vertical です。

次の例は、コントロールのプロパティを Orientation 設定する方法を ScrollBar 示しています。

myScrollBar.Orientation = Orientation.Horizontal;
myScrollBar.Orientation = Orientation.Horizontal
<ScrollBar Name="myScrollBar" Orientation="Horizontal"/>

注釈

依存プロパティ情報

識別子フィールド OrientationProperty
に設定されたメタデータ プロパティ true なし

適用対象

こちらもご覧ください