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


In This Topic
    CurrentHintTextColor Property (C1CheckBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CurrentHintTextColor As Integer
    'Usage
     
    
    Dim instance As C1CheckBox
    Dim value As Integer
     
    value = instance.CurrentHintTextColor
    public int CurrentHintTextColor {get;}
    See Also