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.5 中弃用的类型

使用 TextQuality,用户可以确定在工作流设计图面及其所有子设计器上显示的文本是消除锯齿还是带锯齿的。 消除锯齿的文本提供了高质量的文本显示,而带锯齿的文本需要占用的资源较少。

适用于