AutomationOrientation 열거형

정의

컨트롤을 레이아웃할 수 있는 방향을 지정합니다.

public enum class AutomationOrientation
public enum AutomationOrientation
type AutomationOrientation = 
Public Enum AutomationOrientation
상속
AutomationOrientation

필드

Horizontal 1

컨트롤의 레이아웃이 세로 방향입니다.

None 0

컨트롤에 방향이 없습니다. 방향이 없는 컨트롤의 예로는 Button 등이 있습니다.

Vertical 2

컨트롤의 레이아웃이 세로 방향입니다.

설명

가로 또는 세로로 레이아웃을 지정할 수 있는 컨트롤 ScrollBar, Slider, 및 TabControl합니다.

적용 대상