CharacterCasing Enum

Definition

Defines constants that specify how a control modifies the case of characters as they are typed.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum CharacterCasing
Inheritance
CharacterCasing
Attributes

Fields

Name Value Description
Normal 0

The case of characters is left unchanged.

Lower 1

Characters are changed to lowercase.

Upper 2

Characters are changed to uppercase.

Applies to

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

See also