TextInputMaskSettings Fields
Provides the mask settings.| Name | Description |
|---|---|
| AutoCompleteProperty static | Identifies the TextInputMaskSettings.AutoComplete dependency property. |
| IgnoreBlankProperty static | Identifies the TextInputMaskSettings.IgnoreBlank dependency property. |
| MaskCultureProperty static | Identifies the TextInputMaskSettings.MaskCulture dependency property. |
| MaskProperty static | Identifies the TextInputMaskSettings.Mask dependency property. |
| MaskTypeProperty static | Identifies the TextInputMaskSettings.MaskType dependency property. |
| PlaceHolderProperty static | Identifies the TextInputMaskSettings.PlaceHolder dependency property. |
| SaveLiteralProperty static | Identifies the TextInputMaskSettings.SaveLiteral dependency property. |
| ShowPlaceHoldersProperty static | Identifies the TextInputMaskSettings.ShowPlaceHolders dependency property. |
| UseAsDisplayFormatProperty static | Identifies the TextInputMaskSettings.UseAsDisplayFormat dependency property. |
See Also