The TextTransform enum provides possible values for the text-transform
CSS property, allowing you to control the capitalization of text in UI elements.
The TextTransform enum provides possible values for the text-transform
CSS property, allowing you to control the capitalization of text in UI elements.
Member Name | Summary |
---|---|
None | No change, default. |
Capitalize | Capitalize each word. |
Uppercase | Make every character capital. |
Lowercase | Make every character lowercase. |