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


In This Topic
    PromptChar Property
    In This Topic
    Gets or sets the symbol used to show input positions in the control.
    Syntax
    'Declaration
     
    
    Public Property PromptChar As Char
    'Usage
     
    
    Dim instance As C1MaskedTextView
    Dim value As Char
     
    instance.PromptChar = value
     
    value = instance.PromptChar
    public char PromptChar {get; set;}
    See Also