CanvasLabel.Padding

Syntax

Padding: Array

Description

The Padding property determines internal margins for canvas label.

Comments

The property contains an array of four elements. The first element is top margin, the second one is right margin, the third one is bottom margin, the forth is left margin.

Example

The example of use is given on the page with description of the CanvasLabel constructor.

CanvasLabel