ImageEn, unit iexColorPalette

TIEColorPalette.CellSize

TIEColorPalette.CellSize


Declaration

property CellSize: integer;


Description

Specifies the size of the color selection cells.

Default: 22


Example

// Increase the size of the color selection cells
IEColorPalette1.CellSize := IEColorPalette1.CellSize + 2;