Leer en inglés Editar

Compartir a través de


ClearTypeHint Enum

Definition

An enumeration that specifies a hint to the rendering engine that text can be rendered with ClearType.

public enum ClearTypeHint
Inheritance
ClearTypeHint

Fields

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.

Remarks

Use the RenderOptions.ClearTypeHint attached property to control how text is rendered on a translucent background. For more information, see RenderOptions.ClearTypeHint.

Applies to

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

See also