Skip to content

Titanium.UI.TextFieldPadding

Dictionary object of parameters for the Titanium.UI.TextField.padding that describes the padding. Most notable difference from typical <Padding> is that top/bottom are only supported on Android.

Extends: Padding · Since: 6.0.0 · Platforms: android, iphone, ipad, macos

Properties #

bottom#

Type: Number

Bottom padding (Android only, since 6.1.0)

left#

Type: Number

Left padding

Type: Number

Right padding

top#

Type: Number

Top padding (Android only, since 6.1.0)

Titanium SDK Documentation