BackgroundColorSpan.UpdateDrawState(TextPaint) Method

Definition

Updates the background color of the TextPaint.

[Android.Runtime.Register("updateDrawState", "(Landroid/text/TextPaint;)V", "GetUpdateDrawState_Landroid_text_TextPaint_Handler")]
public override void UpdateDrawState (Android.Text.TextPaint textPaint);
[<Android.Runtime.Register("updateDrawState", "(Landroid/text/TextPaint;)V", "GetUpdateDrawState_Landroid_text_TextPaint_Handler")>]
override this.UpdateDrawState : Android.Text.TextPaint -> unit

Parameters

textPaint
TextPaint
Attributes

Remarks

Updates the background color of the TextPaint.

Java documentation for android.text.style.BackgroundColorSpan.updateDrawState(android.text.TextPaint).

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