Titanium.UI.Switch.width

Property of Titanium.UI.Switch. Inherited from Titanium.UI.View.
Platform Since
Android 0.8
iPhone 0.8
iPad 0.8
Mobile Web 1.8
Permission: read-write

Summary

View's width, in platform-specific units.

Type

Number or String

Description

Can be either a float value or a dimension string (for example, '50%' or 'auto').

This is an input property for specifying the view's width dimension. To determine the view's size once rendered, see the size property.