VZHighlightEffect

Assembly: Visualizators;

Namespace: Prognoz.Platform.Interop.Visualizators;

Description

The VZHighlightEffect class implements an object used to work with highlight effect for control.

Comments

Highlight effect reduces brightness of the selected control.

The three color components (RGB) and transparency (A) are used for highlight effect.

Fore.NET syntax

Class to get analog of the VZHighlightEffect class:

None;

Class to get analog of the VZHighlightEffect class object:

VZHighlightEffectClass;

Class object properties inherited from IVZHighlightEffect

  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:

Visualizators Assembly Classes