ClearTypeHint Enumeration
.NET Framework (current version)
An enumeration that specifies a hint to the rendering engine that text can be rendered with ClearType.
Assembly: PresentationCore (in PresentationCore.dll)
| Member name | Description | |
|---|---|---|
| Auto | The rendering engine uses ClearType when it is possible. If opacity is introduced, ClearType is disabled for that subtree. | |
| Enabled | The rendering engine re-enables ClearType for the current subtree. Where opacity is introduced in this subtree, ClearType is disabled. |
Use the RenderOptions.ClearTypeHint attached property to control how text is rendered on a translucent background. For more information, see RenderOptions.ClearTypeHint.
.NET Framework
Available since 4.0
Available since 4.0
Show: