ComponentOne Xamarin.iOS
PromptChar Property


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1MaskedTextField Class : PromptChar Property
Gets or sets the symbol used to show input positions in the control.
Syntax
'Declaration
 
<Foundation.ExportAttribute("PromptChar")>
<BrowsableAttribute(True)>
Public Property PromptChar As Char
'Usage
 
Dim instance As C1MaskedTextField
Dim value As Char
 
instance.PromptChar = value
 
value = instance.PromptChar
[Foundation.Export("PromptChar")]
[Browsable(true)]
public char PromptChar {get; set;}
See Also

Reference

C1MaskedTextField Class
C1MaskedTextField Members