Skip to main content

TextInputTimeSpanMaskSettings Members

Provides settings used by time span masks.

Constructors

Name Description
TextInputTimeSpanMaskSettings() Initializes a new instance of the TextInputTimeSpanMaskSettings class.

Fields

Name Description
AllowNegativeValueProperty static Identifies the TextInputTimeSpanMaskSettings.AllowNegativeValue dependency property.
AssignValueToEnteredLiteralProperty static Identifies the TextInputTimeSpanMaskSettings.AssignValueToEnteredLiteral dependency property.
AutoCompleteProperty static Identifies the TextInputMaskSettings.AutoComplete dependency property. Inherited from TextInputMaskSettings.
ChangeNextPartOnCycleValueChangeProperty static Identifies the TextInputTimeSpanMaskSettings.ChangeNextPartOnCycleValueChange dependency property.
DefaultPartProperty static Identifies the TextInputTimeSpanMaskSettings.DefaultPart dependency property.
IgnoreBlankProperty static Identifies the TextInputMaskSettings.IgnoreBlank dependency property. Inherited from TextInputMaskSettings.
InputModeProperty static Identifies the TextInputTimeSpanMaskSettings.InputMode dependency property.
MaskCultureProperty static Identifies the TextInputMaskSettings.MaskCulture dependency property. Inherited from TextInputMaskSettings.
MaskProperty static Identifies the TextInputMaskSettings.Mask dependency property. Inherited from TextInputMaskSettings.
MaskTypeProperty static Identifies the TextInputMaskSettings.MaskType dependency property. Inherited from TextInputMaskSettings.
PlaceHolderProperty static Identifies the TextInputMaskSettings.PlaceHolder dependency property. Inherited from TextInputMaskSettings.
SaveLiteralProperty static Identifies the TextInputMaskSettings.SaveLiteral dependency property. Inherited from TextInputMaskSettings.
ShowPlaceHoldersProperty static Identifies the TextInputMaskSettings.ShowPlaceHolders dependency property. Inherited from TextInputMaskSettings.
UseAsDisplayFormatProperty static Identifies the TextInputMaskSettings.UseAsDisplayFormat dependency property. Inherited from TextInputMaskSettings.

Properties

Name Description
AllowNegativeValue Specifies whether the editor allows entering negative values. This is a dependency property.
AllowNullInput Indicates whether end-users can set the editor’s value to a null reference. Inherited from TextInputMaskSettings.
AssignValueToEnteredLiteral Specifies whether the editor should assign the entered value to a mask part that corresponds to the first symbol of the entered literal. This is a dependency property.
AutoComplete Specifies whether automatic completion is enabled. This is a dependency property. Inherited from TextInputMaskSettings.
ChangeNextPartOnCycleValueChange Specifies whether to change the next mask part when increasing or decreasing the current mask part out of a valid range. This is a dependency property.
DefaultPart Specifies the mask part (minutes, seconds, etc.) to which to assign the entered numeric value if the editor’s edit value is empty. This is a dependency property.
IgnoreBlank Specifies whether the blank editor value is considered valid. This is a dependency property. Inherited from TextInputMaskSettings.
InputMode Specifies how the time span mask restricts entering large numeric values in mask parts. This is a dependency property.
Mask Specifies the mask expression. This is a dependency property. Inherited from TextInputMaskSettings.
MaskCulture Specifies the culture whose settings are used by masks. This is a dependency property. Inherited from TextInputMaskSettings.
MaskType Gets or sets the mask type. This is a dependency property. Inherited from TextInputMaskSettings.
PlaceHolder Specifies the character used as the placeholder in a masked editor, for the Simple, Regular and RegEx mask types. This is a dependency property. Inherited from TextInputMaskSettings.
SaveLiteral Specifies whether constantly displayed mask characters (literals) are included in an editor’s value, for the Simple and Regular mask types. This is a dependency property. Inherited from TextInputMaskSettings.
ShowPlaceHolders Specifies whether placeholders are displayed in a masked editor, for the RegEx mask type. This is a dependency property. Inherited from TextInputMaskSettings.
UseAsDisplayFormat Specifies whether display values are still formatted using the mask when the editor is not focused. This is a dependency property. Inherited from TextInputMaskSettings.

Methods

Name Description
CreateDefaultMaskManager(IMaskProperties) Returns the default mask manager for the specified mask.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
LocalEditActionPerformed() Inherited from TextInputMaskSettings.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
PerformSelectAll() Inherited from TextInputMaskSettings.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
UpdateEditor(Boolean, UpdateEditorSource) Inherited from TextInputMaskSettings.
UpdateRequired() Inherited from TextInputMaskSettings.
See Also