AsciiOnly 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)
- C#
- VB
- F#
public bool AsciiOnly { get; set; }
Public Property AsciiOnly As Boolean
Get
Set
member AsciiOnly : bool with get, set