PlacedControlBase.Margin

Syntax

Margin: PP.Thickness;

Description

The Margin property determines margins of a control.

Comments

Use JSON or the setMargin method to set the property value, and the getMargin 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