FontNumeralStyle Enumeration

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

Describes the numeral style for a Typography object.

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

Syntax

'Declaration
Public Enumeration FontNumeralStyle
public enum FontNumeralStyle

Members

Member name Description
Normal Default numeral style is used.
Lining Lining numeral style is used. Replaces default glyphs with numeric forms of even height.
OldStyle Old style numeral style is used. Replaces default glyphs with a figure style that matches lowercase letters in height and color.

Remarks

OpenType fonts support an old style numeral format. This format is useful for displaying numerals in styles that are no longer standard.

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