TextQuality Enumeration
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Workflow.ComponentModel.Design
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Return to top
Specifies the text rendering settings for the AmbientTheme class.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Member name | Description | |
|---|---|---|
| Aliased | The ambient text quality setting is aliased. | |
| AntiAliased | The ambient text quality setting is antialiased. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
TextQuality allows users to determine whether the text displayed on a workflow design surface, and all its child designers, is antialiased or aliased. Antialiased text provides higher quality text display, while aliased text requires fewer resources to maintain.
.NET Framework
Available since 3.0
Available since 3.0
Show:
