FlowDirections 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
TextFlowDirectionsAttribute 的值。
此枚举支持其成员值的按位组合。
public enum class FlowDirections
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("2E22CC6B-7C34-4002-91AA-E103A09D1027")]
public enum FlowDirections
[System.Flags]
public enum FlowDirections
[<System.Flags>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("2E22CC6B-7C34-4002-91AA-E103A09D1027")>]
type FlowDirections =
[<System.Flags>]
type FlowDirections =
Public Enum FlowDirections
- 继承
- 属性
字段
BottomToTop | 2 | 从下到上。 |
Default | 0 | 从上到下,从左到右,水平。 |
RightToLeft | 1 | 从右向左。 |
Vertical | 4 | 垂直。 |