This topic has not yet been rated - Rate this topic

FontNumeralAlignment enumeration

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

Syntax


public enum FontNumeralAlignment


<object property="enumMemberName"/>
 

Attributes

VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The FontNumeralAlignment enumeration has these members.

MemberValueDescription
Normal0

Default numeral alignment is used.

Proportional1

Proportional width alignment is used.

Tabular2

Tabular alignment is used.

Remarks

This enumeration is used by the Typography.NumeralAlignment 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.