Share via


StyleSimulations 列挙型

定義

フォントのシミュレーション スタイルについて説明します。

public enum class StyleSimulations
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class StyleSimulations
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum StyleSimulations
Public Enum StyleSimulations
<object property="enumerationValue"/>
継承
StyleSimulations
属性

フィールド

BoldItalicSimulation 3

太字と斜体のスタイル シミュレーション。

BoldSimulation 1

太字のスタイル シミュレーション。

ItalicSimulation 2

斜体のスタイル シミュレーション。

None 0

フォントのスタイル シミュレーションはありません。

適用対象