Track.Orientation プロパティ

定義

Track が水平または垂直のどちらの方向に表示されるかを示す値を取得または設定します。

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 が水平または垂直のどちらの方向に表示されるかを示す Track 列挙値。 既定値は、Horizontal です。

注釈

コントロールの一部として実装Trackし、プロパティをScrollBar明示的に設定Orientationしない場合、プロパティScrollBar.OrientationTrack.Orientation .

コントロールの一部として実装Trackし、プロパティをSlider明示的に設定Orientationしない場合、プロパティSlider.OrientationTrack.Orientation .

依存プロパティ情報

識別子フィールド OrientationProperty
メタデータのプロパティが次に設定されている true AffectsMeasure

適用対象

こちらもご覧ください