IVZColorLegendBase.HighlightBrush

Syntax

HighlightBrush: IGxBrush;

Description

The HighlightBrush property determines the brush used to highlight visualizer legend elements.

Comments

To enable or disable legend element highlighting, use the IVZColorLegendBase.DoHighlight property.

To set the action, executing of which highlights a legend element, use the IVZColorLegendBase.HoverMode property.

Example

The example of use is given in the example for the IVZColorLegendBase.DoHighlight property.

See also:

IVZColorLegendBase