TabControl.PaddingLeft

Syntax

PaddingLeft: Number;

Description

The PaddingLeft property determines value of the left padding of control tabs panel.

Comments

Use JSON or the setPaddingLeft method to set the property value and the getPaddingLeft method to get the property value.

By default the property value is zero.

Example

The property use is given in description of the TabControl.removeItemByIndex method.

See also:

TabControl