FillColor.setActiveFillColor

Set the active fill color. An item's active state is triggered when the mouse rolls over the item. Use colors from the preset color list or a web style hex color.

mixintemplate FillColor()
setActiveFillColor
(
this T
)
(
string color
)

Parameters

color string

The fill color.

Return Value

Type: auto

This widget to aid method chaining.

See Also

Meta