ImageEn, unit iexColorPalette |
|
TIEColorPalette.CellSize
Declaration
property CellSize: integer;
Description
Specifies the size of the color selection cells.
Default: 22
// Increase the size of the color selection cells
IEColorPalette1.CellSize := IEColorPalette1.CellSize + 2;