ImageEn, unit iexColorCurve

TIEColorCurve.SightColor

TIEColorCurve.SightColor


Declaration

property SightColor: TColor;


Description

Specifies the color of the horizontal and vertical lines that follow the cursor.
Use DisplayOptions to hide the cursor sight.

Note: You must call Update after changing colors

Default: clSilver


Example

IEColorCurve1.SightColor := clBlack;
IEColorCurve1.Update();