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 (デスクトップ アプリのみ) |
Header | uiautomationcore.h (UIAutomation.h を含む) |