Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1MaskedEntry 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 C1MaskedEntry
    Dim value As Char
     
    instance.PromptChar = value
     
    value = instance.PromptChar
    public char PromptChar {get; set;}
    See Also