Shaku

Shaku JS

Back To Table of Content

Text Alignments

Typedefs

TextAlignment : String

TextAlignments : enum

Possible text alignments.

Kind: global enum
Read only: true
Properties

Name Type Default Description
Left TextAlignment left Align text left-to-right.
Right TextAlignment right Align text right-to-left.
Center TextAlignment center Align text to center.

TextAlignment : String

Kind: global typedef