Paint.Hinting Property

Definition

Return the paint's hinting mode. -or- Set the paint's hinting mode.

public virtual Android.Graphics.PaintHinting Hinting { [Android.Runtime.Register("getHinting", "()I", "GetGetHintingHandler")] get; [Android.Runtime.Register("setHinting", "(I)V", "GetSetHinting_IHandler")] set; }
[<get: Android.Runtime.Register("getHinting", "()I", "GetGetHintingHandler")>]
[<set: Android.Runtime.Register("setHinting", "(I)V", "GetSetHinting_IHandler")>]
member this.Hinting : Android.Graphics.PaintHinting with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Return the paint's hinting mode. Returns either #HINTING_OFF or #HINTING_ON.

Java documentation for android.graphics.Paint.getHinting().

Property setter documentation:

Set the paint's hinting mode. May be either #HINTING_OFF or #HINTING_ON.

Java documentation for android.graphics.Paint.setHinting(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to