FlowDirections 列舉

定義

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
繼承
FlowDirections
屬性

欄位

BottomToTop 2

由下至上。

Default 0

由上至下、由左至右、水平。

RightToLeft 1

由右至左。

Vertical 4

垂直。

適用於