FontEastAsianWidths 列舉

定義

提供選取不同寬度樣式圖像的機制。

public enum class FontEastAsianWidths
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class FontEastAsianWidths
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum FontEastAsianWidths
Public Enum FontEastAsianWidths
<object property="enumMemberName"/>
 
繼承
FontEastAsianWidths
屬性

欄位

Full 1

以全寬度 (通常為 em) 圖像取代統一寬度圖像。

Half 2

將統一寬度圖像取代為半形 (半 em) 字元

Normal 0

預設寬度樣式。

Proportional 3

以按比例調整間隔的圖像取代統一寬度圖像。

Quarter 4

以四分之一寬度 (四分之一 em) 圖像取代統一寬度圖像。

Third 5

以三分之一寬度 (三分之一 em) 圖像取代統一寬度圖像。

備註

此列舉是由 Typography.EastAsianWidths 附加屬性使用。

適用於

另請參閱