Freigeben über


FontNumeralStyle Enumeration

Definition

Beschreibt einen Zahlenformatwert für die angefügte Typography.NumeralStyle-Eigenschaft .

public enum class FontNumeralStyle
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class FontNumeralStyle
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum FontNumeralStyle
Public Enum FontNumeralStyle
<object property="enumMemberName"/>
 
Vererbung
FontNumeralStyle
Attribute

Felder

Lining 1

Ein Tabellenziffernformat wird verwendet. Ersetzt Standardsymbole durch Ziffernformate mit gleichmäßiger Höhe.

Normal 0

Das Standardziffernformat wird verwendet.

OldStyle 2

Das Mediävalziffernformat wird verwendet. Ersetzt Standardsymbole durch ein Ziffernformat, das Kleinbuchstaben in Höhe und Farbe aneinander angleicht.

Hinweise

Diese Enumeration wird von der angefügten Typography.NumeralStyle-Eigenschaft verwendet.

Gilt für:

Weitere Informationen