FontNumeralAlignment Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Describes the numeral alignment for a Typography object.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public Enumeration FontNumeralAlignment
public enum FontNumeralAlignment

Members

Member name Description
Normal Default numeral alignment is used.
Proportional Proportional width alignment is used.
Tabular Tabular alignment is used.

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.

Version Information

Silverlight

Supported in: 5

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference