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 | 垂直。 |