ComponentOne Xamarin.Android
SetLinkTextColor(ColorStateList) Method


C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView Class > SetLinkTextColor Method : SetLinkTextColor(ColorStateList) Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setLinkTextColor", 
   "(Landroid/content/res/ColorStateList;)V", 
   "")>
Public Overloads Sub SetLinkTextColor( _
   ByVal colors As Android.Content.Res.ColorStateList _
) 
'Usage
 
Dim instance As C1MaskedTextView
Dim colors As Android.Content.Res.ColorStateList
 
instance.SetLinkTextColor(colors)
[Android.Runtime.Register("setLinkTextColor", 
   "(Landroid/content/res/ColorStateList;)V", 
   "")]
public void SetLinkTextColor( 
   Android.Content.Res.ColorStateList colors
)

Parameters

colors
See Also

Reference

C1MaskedTextView Class
C1MaskedTextView Members
Overload List