Assembly: Visualizators;
Namespace: Prognoz.Platform.Interop.Visualizators;
The IVZHighlightEffect interface is used to work with highlighting effect for control.
IVZHighlightEffect
Highlight effect reduces brightness of the selected control.
Three color components (RGB) and transparency (A) are used for the effect.
The IVZHighlightEffect interface can be used to set up effects via IVZDataVisualizer (HoverActiveEffects, HoverInactiveEffects, SelectActiveEffects, SelectInactiveEffects) and IVZMapChartShape (Effects).
Property name | Brief description | |
The AOffset property determines color transparency level. | ||
The BOffset property determines intensity of blue color component. | ||
The GOffset property determines intensity of green color component. | ||
The ROffset property determines intensity of red color component. |
See also: