The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TextRenderingMode Enumeration
Defines the supported rendering modes for text.
Namespace: System.Windows.Media
Assembly: System.Windows (in System.Windows.dll)
| Member name | Description | |
|---|---|---|
| Auto | Text is rendered with the most appropriate rendering algorithm based on the layout mode that was used to format the text. | |
| Aliased | Text is rendered with bilevel anti-aliasing. | |
| Grayscale | Text is rendered with grayscale anti-aliasing. | |
| ClearType | Text is rendered with the most appropriate ClearType rendering algorithm based on the layout mode that was used to format the text. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show: