TextTransform 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.
Enumerates values that determine the text transformation on an element.
public enum class TextTransform
public enum TextTransform
type TextTransform =
Public Enum TextTransform
- Inheritance
-
TextTransform
Fields
Name | Value | Description |
---|---|---|
None | 0 | No text transformation is applied. |
Default | 1 | The default text transformation is applied. |
Lowercase | 2 | The text will be transformed into lowercase. |
Uppercase | 3 | The text will be transformed into uppercase. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.