Gets whether the mask has been completed, i.e. all mandatory positions have been filled. Input into a completed mask may still be possible if optional positions are unfilled. This is a dependency property.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public bool IsMaskCompleted { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsMaskCompleted As Boolean

Remarks

Dependency Property Information
Identifier field IsMaskCompletedProperty
Metadata properties set to true None

See Also