This topic has not yet been rated - Rate this topic

FontNumeralStyle enumeration

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

Syntax


public enum FontNumeralStyle


<object property="enumMemberName"/>
 

Attributes

VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The FontNumeralStyle enumeration has these members.

MemberValueDescription
Normal0

Default numeral style is used.

Lining1

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

OldStyle2

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.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml
Windows::UI::Xaml [C++]

Metadata

Windows.winmd

See also

Typography

 

 

Build date: 1/31/2013

© 2013 Microsoft. All rights reserved.