MaskedTextBoxAsciiOnly Property

Gets or sets a value indicating if the masked text box is restricted to accept only ASCII characters. Default value is false.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool AsciiOnly { get; set; }

Property Value

Boolean

See Also