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
屬性

欄位

名稱 Description
Aliased 0

環境文字品質設定是有鋸齒的。

AntiAliased 1

環境文字品質設定是抗鋸齒的。

備註

Note

此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的 Deprecated Types。

TextQuality 使用者可判斷工作流程設計表面上顯示的文字及其所有子設計器是否為抗鋸齒或鋸齒。 抗鋸齒文字提供更高品質的文字顯示,而鋸齒文字維護所需的資源較少。

適用於