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

アンビエント テキストの品質設定はアンチエイリアシングされます。

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

TextQuality を使用すると、ユーザーは、ワークフロー デザイン サーフェイスに表示されるテキストとそのすべての子デザイナーがアンチエイリアシングまたはエイリアス化されているかどうかを判断できます。 アンチエイリアシングされたテキストは、高品質のテキスト表示を提供しますが、エイリアス化されたテキストは維持するために必要なリソースが少なくなります。

適用対象