TextView.LinkTextColors Property

Definition

public Android.Content.Res.ColorStateList? LinkTextColors { [Android.Runtime.Register("getLinkTextColors", "()Landroid/content/res/ColorStateList;", "")] get; }
[<get: Android.Runtime.Register("getLinkTextColors", "()Landroid/content/res/ColorStateList;", "")>]
member this.LinkTextColors : Android.Content.Res.ColorStateList

Property Value

the list of colors used to paint the links in the text, for the different states of this TextView

Attributes

Remarks

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

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

See also