Gets or sets the character used to show spaces where user is supposed to type.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
[TypeConverterAttribute(typeof(CharConverter))] public char PromptChar { get; set; } |
Visual Basic |
---|
<TypeConverterAttribute(GetType(CharConverter))> _ Public Property PromptChar As Char Get Set |