ScrollBar.Orientation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
property Orientation Orientation { Orientation get(); void set(Orientation value); };
Orientation Orientation();
void Orientation(Orientation value);
public Orientation Orientation { get; set; }
var orientation = scrollBar.orientation;
scrollBar.orientation = orientation;
Public Property Orientation As Orientation
<ScrollBar Orientation="Horizontal"/>
-or-
<ScrollBar Orientation="Vertical"/>
プロパティ値
ScrollBar を水平方向または垂直方向に表示するかどうかを定義する Orientation 列挙値。 既定値は Horizontal です。 特定のコントロール テンプレートによってこの値が変更される可能性があります。これにより、テンプレート化された値が明らかなランタイムの既定値になります。