PromptChar Property
PromptChar
Gets or sets the character used to show spaces where user is supposed to type.
Declaration
[TypeConverter(typeof(CharConverter))]
public char PromptChar { get; set; }
<TypeConverter(GetType(CharConverter))>
Public Property PromptChar As Char