Gets or sets whether or not to use a mask for the text input of this TimePicker. The default is false. 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 IsMaskEnabled { get; set; }
Visual Basic (Declaration)
Public Property IsMaskEnabled As Boolean

Remarks

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

See Also