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


In This Topic
    HintFormatted Property (C1CheckBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property HintFormatted As Java.Lang.ICharSequence
    'Usage
     
    
    Dim instance As C1CheckBox
    Dim value As Java.Lang.ICharSequence
     
    instance.HintFormatted = value
     
    value = instance.HintFormatted
    public Java.Lang.ICharSequence HintFormatted {get; set;}
    See Also