FontNumeralStyle Enum

Definition

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

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

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