ImageEn, unit iexUserInteractions

TIEFillToolInteraction.ColorFillValue

TIEFillToolInteraction.ColorFillValue


Declaration

property ColorFillValue: TColor;


Description

Specifies the new color to fill when flooding the clicked area.

Default: clWhite


Example

// Fill clicked areas with red
ImageEnView1.FillTool.ColorFillValue := clRed;
ImageEnView1.MouseInteractGeneral := [miColorFill];