CanvasLabel.Background

Syntax

Background: PP.SolidColorBrush

Description

The Background property sets canvas label fill color.

Comments

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

Example

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

CanvasLabel