MaskedTextBoxAsciiOnly Property
Gets or sets a value indicating if the masked text box is restricted to accept only ASCII characters.
Default value is false.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool AsciiOnly { get; set; }
Public Property AsciiOnly As Boolean
Get
Set
member AsciiOnly : bool with get, set
Property Value
Boolean