Gets or sets the character used to show spaces where user is supposed to type.
Namespace:
C1.PhoneAssembly: C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
| C# |
|---|
[TypeConverterAttribute(typeof(CharConverter))] public char PromptChar { get; set; } |
| Visual Basic |
|---|
<TypeConverterAttribute(GetType(CharConverter))> _ Public Property PromptChar As Char Get Set |
| XAML Attribute Usage |
|---|
<object PromptChar="char" .../> |