FontNumeralStyle Enum

Definition

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

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

Fields

Name Value Description
Normal 0

Default numeral style is used.

Lining 1

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

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

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also