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) |