PromptChar Property
Gets or sets the character used to represent the absence of user input in MaskedTextBox.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public char PromptChar { get; set; }
Public Property PromptChar As Char
Get
Set
member PromptChar : char with get, set