StyleSimulations 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
描述字体的模拟样式。
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"/>
- 继承
-
StyleSimulations
- 属性
字段
BoldItalicSimulation | 3 | 粗体和斜体样式模拟。 |
BoldSimulation | 1 | 粗体样式模拟。 |
ItalicSimulation | 2 | 斜体样式模拟。 |
None | 0 | 无字体样式模拟。 |