HorizontalTextAlignment 列舉

定義

public enum class HorizontalTextAlignment
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("1FBE7021-A1E4-4e9b-BE94-2C7DFA59D5DD")]
public enum HorizontalTextAlignment
public enum HorizontalTextAlignment
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("1FBE7021-A1E4-4e9b-BE94-2C7DFA59D5DD")>]
type HorizontalTextAlignment = 
type HorizontalTextAlignment = 
Public Enum HorizontalTextAlignment
繼承
HorizontalTextAlignment
屬性

欄位

Centered 1

置中。

Justified 3

左右對齊。

Left 0

靠左對齊。

Right 2

靠右對齊。

適用於