[]
Gets or sets the prompt char used for prompt empty bits of the field. This is a dependency property.
public char PromptChar { get; set; }
Public Property PromptChar As Char
Type | Description |
---|---|
char | A char value used for prompt empty bits of the field when inputting. |
Type | Condition |
---|---|
ArgumentException | The assigned value is invalid char. |