TextBoxExtensions Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static class TextBoxExtensions
type TextBoxExtensions = class
Public Class TextBoxExtensions
- Inheritance
-
TextBoxExtensions
Custom |
Represents the custom mask that the user can create to add his own variable characters based on regex expression |
Is |
Identifies the IsValid attached dependency property. |
Mask |
Represents the mask place holder which represents the variable character that the user can edit in the textbox |
Mask |
Represents a mask/format for the textbox that the user must follow |
Regex |
Identifies the Regex attached dependency property. |
Surface |
The SurfaceDialOptions instance containing properties to configure the Surface Dial support for a Windows.UI.Xaml.Controls.TextBox. |
Validation |
Identifies the ValidationMode attached dependency property. |
Validation |
Identifies the ValidationType attached dependency property. |
Controller |
Gets or sets the controller for the Surface Dial. The Windows.UI.Input.RadialController can be set from your app logic in case you use Surface Dial in other custom cases than on a Windows.UI.Xaml.Controls.TextBox. This helper class will do everything for you, but if you want to control the Menu Items and/or wish to use the same Surface Dial instance This is the property for the static controller so you can access it if needed. |
Is |
Gets a value indicating whether this attached proeprty is supported. |
Get |
Gets CustomMask value |
Get |
Gets the value of the TextBoxRegex.IsValid XAML attached property from the specified TextBox. |
Get |
Gets mask value |
Get |
Gets placeholder value |
Get |
Gets the value of the TextBoxRegex.Regex XAML attached property from the specified TextBox. |
Get |
Gets the value for SurfaceDialOptionsProperty. |
Get |
Gets the value of the TextBoxRegex.ValidationMode XAML attached property from the specified TextBox. |
Get |
Gets the value of the TextBoxRegex.ValidationType XAML attached property from the specified TextBox. |
Set |
Sets CustomMask property which represents the custom mask that the user can create to add his own variable characters based on certain regex expression |
Set |
Sets the value of the TextBoxRegex.IsValid XAML attached property for a target TextBox. |
Set |
Sets textbox mask property which represents mask/format for the textbox that the user must follow |
Set |
Sets placeholder property which represents the variable character that the user can edit in the textbox |
Set |
Sets the value of the TextBoxRegex.Regex XAML attached property for a target TextBox. |
Set |
Sets the value for SurfaceDialOptionsProperty. |
Set |
Sets the value of the TextBoxRegex.ValidationMode XAML attached property for a target TextBox. |
Set |
Sets the value of the TextBoxRegex.ValidationType XAML attached property for a target TextBox. |
Produto | Versões |
---|---|
Windows Community Toolkit | 7.0.0, 7.1.0 |