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 讓使用者可以判斷文字是否顯示在工作流程設計介面,及其所有子設計工具是否為反鋸齒。 反鋸齒文字提供了較高的文字顯示品質,而鋸齒文字則消耗較少的資源。

適用於