Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1MaskedTextView Class / LinkTextColors Property


In This Topic
    LinkTextColors Property (C1MaskedTextView)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LinkTextColors As Android.Content.Res.ColorStateList
    'Usage
     
    
    Dim instance As C1MaskedTextView
    Dim value As Android.Content.Res.ColorStateList
     
    value = instance.LinkTextColors
    public Android.Content.Res.ColorStateList LinkTextColors {get;}
    See Also