Rock Mobile Docs

Alignment

Applies to: Editor, Entry, EntryCell, Label, Picker, SearchBar

The following classes are provided to adjust the alignment of text.

ClassPropertyNotes
.text-centertext-align: center;
.text-righttext-align: right;
.text-lefttext-align: left;
.text-starttext-align: start;Similar to .text-left
.text-endtext-align: end;Similar to .text-right