PlacedControlBase.Padding

Syntax

Padding: PP.Thickness;

Description

The Padding property specifies control paddings.

Comments

Use JSON or the setPadding method to set the property value, and the getPadding method to get the property value.

Example

The example of use is given on the page with description of the PlacedControlBase.Background property.

See also:

PlacedControlBase