CharacterCasing
CharacterCasing
CharacterCasing
CharacterCasing
Enum
Definition
Defines constants that specify how a control modifies the case of characters as they are typed.
public : enum class CharacterCasing
enum class winrt::Windows::UI::Xaml::Controls::CharacterCasing : int32_t
public enum CharacterCasing
Public Enum CharacterCasing
- Attributes
Windows 10 requirements
Device family |
Windows 10 Fall Creators Update (introduced v10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Fields
Lower Lower Lower Lower | 1 | Characters are changed to lowercase. |
Normal Normal Normal Normal | 0 | The case of characters is left unchanged. |
Upper Upper Upper Upper | 2 | Characters are changed to uppercase. |
See also
Feedback
Loading feedback...