Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 972 Bytes

fontnumeralstyle.md

File metadata and controls

41 lines (26 loc) · 972 Bytes
-api-id -api-type
T:Windows.UI.Xaml.FontNumeralStyle
winrt enum

FontNumeralStyle

-description

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

-xaml-syntax

<object property="enumMemberName"/>
 

-enum-fields

-field Normal:0

Default numeral style is used.

-field Lining:1

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

-field 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.

-examples

-see-also

Typography