Values of the text-transform: property.
Public Attributes | |
const int | None =0 |
const int | Capitalize =1 |
const int | Uppercase =1<<1 |
const int | Lowercase =1<<2 |
const int Css.TextTransformMode.Capitalize =1 |
const int Css.TextTransformMode.Lowercase =1<<2 |
const int Css.TextTransformMode.None =0 |
const int Css.TextTransformMode.Uppercase =1<<1 |