textTransform property

TextTransform? textTransform
getter/setter pair

Specifies how to capitalize text, similar to the CSS text-transform property. Default value: "none".

Implementation

TextTransform? textTransform;