Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.01 KB

textbox_charactercasing.md

File metadata and controls

41 lines (24 loc) · 1.01 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.TextBox.CharacterCasing
winrt property

Windows.UI.Xaml.Controls.TextBox.CharacterCasing

-description

Gets or sets a value that indicates how the control modifies the case of characters as they are typed.

-xaml-syntax

<TextBox CharacterCasing="characterCasingValue"/>

-xaml-values

characterCasingValue
characterCasingValueA named constant of the CharacterCasing enumeration, such as Upper.

-property-value

A value of the enumeration that indicates how the control modifies the case of characters as they are typed. The default is Normal, which indicates that the charcters are not changed.

-remarks

Note

This property modifies the case of characters as they are typed. It doesn’t modify characters that are entered in other ways, like paste or ink.

-see-also

-examples