MaskFull Property
Specifies whether all inputs (required and optional) have been provided into the mask successfully.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool? MaskFull { get; }
Public ReadOnly Property MaskFull As Boolean?
Get
member MaskFull : Nullable<bool> with get