LetterCase Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the character case formatting.
public enum class LetterCase
/// [Windows.Foundation.Metadata.Version(1)]
enum class LetterCase
[Windows.Foundation.Metadata.Version(1)]
public enum LetterCase
var value = Microsoft.UI.Text.LetterCase.lower
Public Enum LetterCase
- Inheritance
-
LetterCase
- Attributes
Fields
Name | Value | Description |
---|---|---|
Lower | 0 | Lowercase characters. |
Upper | 1 | Uppercase characters. |