Skip to main content

alignment

// Property: alignment
// Description: The text alignment of the receiver.
// Component(s): ParagraphAttribute
'.alignment-text-center': { alignment: Ti.UI.TEXT_ALIGNMENT_CENTER }
'.alignment-text-justify': { alignment: Ti.UI.TEXT_ALIGNMENT_JUSTIFY }
'.alignment-text-left': { alignment: Ti.UI.TEXT_ALIGNMENT_LEFT }
'.alignment-text-right': { alignment: Ti.UI.TEXT_ALIGNMENT_RIGHT }