FontNumeralStyle Enum

Definition

Describes a numeral style value for the Typography.NumeralStyle attached property.

public enum class FontNumeralStyle
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class FontNumeralStyle
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum FontNumeralStyle
Public Enum FontNumeralStyle
<object property="enumMemberName"/>
 
Inheritance
FontNumeralStyle
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

Lining 1

Lining numeral style is used. Replaces default glyphs with numeric forms of even height.

Normal 0

Default numeral style is used.

OldStyle 2

Old style numeral style is used. Replaces default glyphs with a figure style that matches lowercase letters in height and color.

Remarks

This enumeration is used by the Typography.NumeralStyle attached property.

Applies to

See also