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


In This Topic
    Hint Property (C1CheckBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Hint As String
    'Usage
     
    
    Dim instance As C1CheckBox
    Dim value As String
     
    instance.Hint = value
     
    value = instance.Hint
    public string Hint {get; set;}
    See Also