OrientationType 열거형(uiautomationcore.h)

컨트롤의 방향을 지정하는 값을 포함합니다.

Syntax

typedef enum OrientationType {
  OrientationType_None = 0,
  OrientationType_Horizontal = 1,
  OrientationType_Vertical = 2
} ;

상수

 
OrientationType_None
값: 0
컨트롤에 방향이 없습니다.
OrientationType_Horizontal
값: 1
컨트롤의 가로 방향이 있습니다.
OrientationType_Vertical
값: 2
컨트롤의 세로 방향이 있습니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows XP [데스크톱 앱 | UWP 앱]
지원되는 최소 서버 Windows Server 2003 [데스크톱 앱 | UWP 앱]
머리글 uiautomationcore.h(UIAutomation.h 포함)

추가 정보

텍스트 특성 식별자