flowDirections 枚举 (uiautomationcore.h)
包含 TextFlowDirections 文本属性的值。
语法
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) |