CanvasLabel.Position

Syntax

Position: Object;

Description

The Position property determines canvas label position and size.

Comments

The property contains JSON object with the following fields: Left - top left label margin, Top - top label margin, Width - label width, Height - label height.

Example

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

CanvasLabel