StyleSimulations Enum
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
C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum StyleSimulations
Public Enum StyleSimulations
XAML
<object property="enumerationValue"/>
- Inheritance
-
StyleSimulations
- Attributes
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. |
Product | Versions |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |