MaskCompleted Property
Specifies whether the test string required input positions, as specified by the mask, have all been assigned.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool? MaskCompleted { get; }
Public ReadOnly Property MaskCompleted As Boolean?
Get
member MaskCompleted : Nullable<bool> with get