ClearTypeHint Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration that specifies a hint to the rendering engine that text can be rendered with ClearType.
public enum class ClearTypeHint
public enum ClearTypeHint
type ClearTypeHint =
Public Enum ClearTypeHint
- Inheritance
Name | Value | Description |
---|---|---|
Auto | 0 | The rendering engine uses ClearType when it is possible. If opacity is introduced, ClearType is disabled for that subtree. |
Enabled | 1 | 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.
Producto | Versiones |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
Comentarios de .NET
.NET es un proyecto de código abierto. Seleccione un vínculo para proporcionar comentarios: