CanvasLabel.Opacity

Syntax

Opacity: Number

Description

The Opacity property determines level of transparency for canvas label.

Comments

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

It takes values from 0 to 1.

Example

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

CanvasLabel