Share via


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

沒有字型樣式模擬。

適用於