ComponentOne Xamarin.Android
PromptChar Property


C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView Class : PromptChar Property
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

Reference

C1MaskedTextView Class
C1MaskedTextView Members