CharacterCasing
CharacterCasing
CharacterCasing
CharacterCasing
Enum
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Defines constants that specify how a control modifies the case of characters as they are typed.
public : enum class CharacterCasingpublic enum CharacterCasingPublic Enum CharacterCasing// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Fields
| Lower Lower Lower Lower | Prerelease. Characters are changed to lowercase. |
| Normal Normal Normal Normal | Prerelease. The case of characters is left unchanged. |
| Upper Upper Upper Upper | Prerelease. Characters are changed to uppercase. |