Skip to main content

autoSize

// Property: autoSize
// Description: Automatically scales the label into its size.
// Component(s): Ti.UI.Label
'.auto-size': { autoSize: true }
'.auto-size-false': { autoSize: false }