Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.27 KB

typography_numeralalignment.md

File metadata and controls

28 lines (16 loc) · 1.27 KB
-api-id -api-type
P:Microsoft.UI.Xaml.Documents.Typography.NumeralAlignment
winrt attachedproperty

Microsoft.UI.Xaml.Documents.Typography.NumeralAlignment

-description

Gets or sets a FontNumeralAlignment value that indicates the alignment of widths for numerals.

-remarks

OpenType fonts support a proportional and tabular figure feature to control the alignment of widths when using numerals. Proportional figures treat each numeral as having a different width (1 is narrower than 5). Tabular figures are treated as equal-width numerals so that they align vertically, which increases the readability of financial-type information.

-see-also

XAML attached properties

-examples