ClearTypeHint Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Énumération qui spécifie un conseil au moteur de rendu indiquant que le texte peut être rendu avec ClearType.
public enum class ClearTypeHint
public enum ClearTypeHint
type ClearTypeHint =
Public Enum ClearTypeHint
- Héritage
Champs
Auto | 0 | Le moteur de rendu utilise ClearType lorsque cela est possible. Si l'opacité est introduite, ClearType est désactivé pour cette sous-arborescence. |
Enabled | 1 | Le moteur de rendu réactive ClearType pour la sous-arborescence actuelle. ClearType est désactivé aux emplacements où l'opacité est introduite dans cette sous-arborescence. |
Remarques
Utilisez la propriété jointe pour contrôler le RenderOptions.ClearTypeHint rendu du texte sur un arrière-plan translucide. Pour plus d'informations, consultez RenderOptions.ClearTypeHint.