StyleSimulations Enum

Definition

Describes the simulation style of a font.

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"/>
Inheritance
StyleSimulations
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

BoldItalicSimulation 3

Bold and italic style simulation.

BoldSimulation 1

Bold style simulation.

ItalicSimulation 2

Italic style simulation.

None 0

No font style simulation.

Applies to