Gets or sets the character used to show spaces where user is supposed to type.

Namespace:  C1.Phone
Assembly:  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" .../>

See Also