PromptChar Property
PromptChar
Gets or sets the prompt char of the field. This is a dependency property.
Declaration
public char PromptChar { get; set; }
Public Property PromptChar As Char
Property Value
Type |
Description |
char |
A char value used for prompt empty bits of the field when inputting.
|