PlacedControlBase.Border

Syntax

Border: PP.Border;

Description

The Border property specified borders of visual control.

Comments

Use the setBorder method to set the property value, and the getBorder method to get the property value. Property value cannot be set from JSON.

The setBorder method has the following parameters: value - borders object, state - control state.

Example

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

See also:

PlacedControlBase