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


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