Paint.HintingOff Campo

Definizione

Attenzione

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

Opzione Di tipo carattere che disabilita l'hint per i tipi di carattere.

[Android.Runtime.Register("HINTING_OFF")]
[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 HintingOff = 0;
[<Android.Runtime.Register("HINTING_OFF")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.PaintHinting enum directly instead of this field.", true)>]
val mutable HintingOff : Android.Graphics.PaintHinting

Valore del campo

Value = 0
Attributi

Commenti

Opzione Di tipo carattere che disabilita l'hint per i tipi di carattere.

per android.graphics.Paint.HINTING_OFF.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

Vedi anche