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

无字体样式模拟。

适用于