FlowDirections 열거형(uiautomationcore.h)
TextFlowDirections 텍스트 특성에 대한 값을 포함합니다.
Syntax
typedef enum FlowDirections {
FlowDirections_Default = 0,
FlowDirections_RightToLeft = 0x1,
FlowDirections_BottomToTop = 0x2,
FlowDirections_Vertical = 0x4
} ;
상수
FlowDirections_Default 값: 0 기본 흐름 방향입니다. |
FlowDirections_RightToLeft 값: 0x1 텍스트가 오른쪽에서 왼쪽으로 흐릅니다. |
FlowDirections_BottomToTop 값: 0x2 텍스트가 아래쪽에서 위쪽으로 흐릅니다. |
FlowDirections_Vertical 값: 0x4 텍스트가 세로로 흐릅니다. |
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows XP [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2003 [데스크톱 앱만 해당] |
머리글 | uiautomationcore.h(UIAutomation.h 포함) |