Partilhar via


Paint.HintingOn Campo

Definição

Cuidado

This constant will be removed in the future version. Use Android.Graphics.PaintHinting enum directly instead of this field.

Opção de hinter de fonte que habilita a dica de fonte.

[Android.Runtime.Register("HINTING_ON")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.PaintHinting enum directly instead of this field.", true)]
public const Android.Graphics.PaintHinting HintingOn = 1;
[<Android.Runtime.Register("HINTING_ON")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.PaintHinting enum directly instead of this field.", true)>]
val mutable HintingOn : Android.Graphics.PaintHinting

Valor do campo

Value = 1
Atributos

Comentários

Opção de hinter de fonte que habilita a dica de fonte.

Documentação Java para android.graphics.Paint.HINTING_ON.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a

Confira também