Slider.Orientation プロパティ

定義

スライダーの向きを取得または設定 します

public:
 property Orientation Orientation { Orientation get(); void set(Orientation value); };
Orientation Orientation();

void Orientation(Orientation value);
public Orientation Orientation { get; set; }
var orientation = slider.orientation;
slider.orientation = orientation;
Public Property Orientation As Orientation
<Slider Orientation="Horizontal"/>
-or-
<Slider Orientation="Vertical"/>

プロパティ値

[方向] の値の 1 つ。 既定値は Horizontal です。

適用対象