HorizontalTextAlignment 列舉

定義

C#
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("1FBE7021-A1E4-4e9b-BE94-2C7DFA59D5DD")]
public enum HorizontalTextAlignment
C#
public enum HorizontalTextAlignment
繼承
HorizontalTextAlignment
屬性

欄位

名稱 Description
Centered 1

置中。

Justified 3

左右對齊。

Left 0

靠左對齊。

Right 2

靠右對齊。

適用於