TextQuality 枚举

定义

注意

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
继承
TextQuality
属性

字段

名称 说明
Aliased 0

环境文本质量设置是别名。

AntiAliased 1

环境文本质量设置是抗锯齿的。

注解

注释

此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的 Deprecated Types。

TextQuality 允许用户确定在工作流设计图面上显示的文本及其所有子设计器是抗锯齿还是别名。 抗锯齿文本提供更高质量的文本显示,而别名文本需要更少的资源来维护。

适用于