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"/>

속성 값

방향 값 중 하나입니다. 기본값은 Horizontal입니다.

적용 대상