FontNumeralAlignment 列挙型

定義

Typography.NumeralAlignment 添付プロパティの数字の配置値について説明します。

public enum class FontNumeralAlignment
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class FontNumeralAlignment
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum FontNumeralAlignment
Public Enum FontNumeralAlignment
<object property="enumMemberName"/>
 
継承
FontNumeralAlignment
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

Normal 0

既定の数字の配置を使用します。

Proportional 1

プロポーショナル数字 (比例幅) の配置を使用します。

Tabular 2

表形式の配置を使用します。

注釈

この列挙は、 Typography.NumeralAlignment 添付プロパティによって使用されます。

適用対象

こちらもご覧ください