[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ColorBox' (#lcl)

TCustomColorBox.ColorRectWidth

Width for the color sample (swatch) displayed for colors in the item list.

Declaration

Source position: colorbox.pas line 82

public property TCustomColorBox.ColorRectWidth : Integer
  read GetColorRectWidth
  write SetColorRectWidth
  stored ColorRectWidthStored;

Description

ColorRectWidth is an Integer property which contains the number of pixels used to draw the color sample (or swatch) for each of the Colors in the combo-box control. The height is determined using the item height for the combo-box control.

If an explicit value has not been assigned to the property, the value in cDefaultColorRectWidth is scaled to the current display density and used in the property value.

Setting a new value for the property causes the control to be redrawn.

Use ColorRectOffset for the number of pixels used between the color sample and its name.


Version 3.2 Generated 2024-02-25 Home