TextQuality 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
指定 AmbientTheme 类的文本呈现设置。
public enum class TextQuality
public enum TextQuality
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public enum TextQuality
type TextQuality =
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type TextQuality =
Public Enum TextQuality
- 继承
- 属性
字段
| 名称 | 值 | 说明 |
|---|---|---|
| Aliased | 0 | 环境文本质量设置是别名。 |
| AntiAliased | 1 | 环境文本质量设置是抗锯齿的。 |
注解
注释
此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的
TextQuality 允许用户确定在工作流设计图面上显示的文本及其所有子设计器是抗锯齿还是别名。 抗锯齿文本提供更高质量的文本显示,而别名文本需要更少的资源来维护。