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

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.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" .../>

Remarks

This is a dependency property.

See Also