RichEditBox.CharacterCasing Property

Definition

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

C#
public CharacterCasing CharacterCasing { get; set; }
XAML
<RichEditBox CharacterCasing="characterCasingValue"/>

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.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6