FontNumeralAlignment 列舉

定義

描述 Typography.NumeralAlignment 附加屬性的數位對齊值。

public enum class FontNumeralAlignment
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class FontNumeralAlignment
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum FontNumeralAlignment
Public Enum FontNumeralAlignment
<object property="enumMemberName"/>
 
繼承
FontNumeralAlignment
屬性

欄位

Normal 0

使用預設的數值對齊方式。

Proportional 1

使用比例寬度對齊方式。

Tabular 2

使用表格式對齊方式。

備註

此列舉是由 Typography.NumeralAlignment 附加屬性使用。

適用於

另請參閱