Canvas.setBackgroundColor

Set the background color. Use colors from the preset color list or a web style hex color.

class Canvas
setBackgroundColor
(
this T
)
(
string color
)

Parameters

color string

The background color.

Return Value

Type: auto

This widget to aid method chaining.

See Also

Meta