StyleSimulations Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the simulation style of a font.
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"/>
- Inheritance
-
StyleSimulations
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No font style simulation. |
BoldSimulation | 1 | Bold style simulation. |
ItalicSimulation | 2 | Italic style simulation. |
BoldItalicSimulation | 3 | Bold and italic style simulation. |