MaskedTextBoxPromptChar 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) Version: 11.3.999
public char PromptChar { get; set; }

Property Value

Char

See Also