Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox Class / TextColors Property


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