TextQuality Enumeration

 
Note: This API is now obsolete.

Specifies the text rendering settings for the AmbientTheme class.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

[ObsoleteAttribute("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum class TextQuality

Member nameDescription
Aliased

The ambient text quality setting is aliased.

AntiAliased

The ambient text quality setting is antialiased.

System_CAPS_noteNote

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
Return to top
Show: