TextView.Paint Property

Definition

Gets the TextPaint used for the text.

public virtual Android.Text.TextPaint? Paint { [Android.Runtime.Register("getPaint", "()Landroid/text/TextPaint;", "GetGetPaintHandler")] get; }
[<get: Android.Runtime.Register("getPaint", "()Landroid/text/TextPaint;", "GetGetPaintHandler")>]
member this.Paint : Android.Text.TextPaint

Property Value

The base paint used for the text.

Attributes

Remarks

Gets the TextPaint used for the text. Use this only to consult the Paint's properties and not to change them.

Java documentation for android.widget.TextView.getPaint().

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