Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 862 Bytes

fontnumeralalignment.md

File metadata and controls

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

FontNumeralAlignment

-description

Describes the numeral alignment value for the Typography.NumeralAlignment attached property.

-xaml-syntax

<object property="enumMemberName"/>
 

-enum-fields

-field Normal:0

Default numeral alignment is used.

-field Proportional:1

Proportional width alignment is used.

-field Tabular:2

Tabular alignment is used.

-remarks

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

-examples

-see-also

Typography