IVZDataVisualizer.SelectInactiveEffects

Fore syntax

SelectInactiveEffects: IVZEffects;

Fore.NET syntax

SelectInactiveEffects: Prognoz.Platform.Interop.Vizualizators.IVZEffects;

Description

The SelectInactiveEffects property determines effects applied to the inactive elements, which are not selected.

Comments

To set up effects, use properties of the IVZBrushEffect, IVZBorderEffect, IVZAlphaChannelEffect interfaces

Fore and Fore.NET examples

The property use is given in the example for IVZDataVisualizer.HoverActiveEffects.

See also:

IVZDataVisualizer