ScrollBar.Orientation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 を水平または垂直のどちらで表示するかを定義する ScrollBar 列挙値。 既定値は、Vertical です。
例
次の例は、コントロールのプロパティを Orientation 設定する方法を ScrollBar 示しています。
myScrollBar.Orientation = Orientation.Horizontal;
myScrollBar.Orientation = Orientation.Horizontal
<ScrollBar Name="myScrollBar" Orientation="Horizontal"/>
注釈
依存プロパティ情報
識別子フィールド | OrientationProperty |
に設定されたメタデータ プロパティ true |
なし |