StyleSimulations 列挙型

定義

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

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

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

BoldItalicSimulation 3

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

BoldSimulation 1

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

ItalicSimulation 2

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

None 0

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

適用対象