TextPaint.UnderlineColor Property

Definition

Special value 0 means no custom underline

[Android.Runtime.Register("underlineColor", ApiSince=29)]
public int UnderlineColor { get; set; }
[<Android.Runtime.Register("underlineColor", ApiSince=29)>]
member this.UnderlineColor : int with get, set

Property Value

Attributes

Remarks

Special value 0 means no custom underline

Java documentation for android.text.TextPaint.underlineColor.

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