Skip to main content

TcxGridLevelTabs.ImageBorder Property

Specifies the width (in pixels) of the transparent border around tab images.

Declaration

property ImageBorder: Integer read; write; default cxGridLevelTabsDefaultImageBorder;

Property Value

Type Default
Integer cxGridLevelTabsDefaultImageBorder

Remarks

Use this property to specify the width (in pixels) of the transparent border which is painted around grid level tab images. 0 indicates that the border is not painted.

To associate an image with a grid level tab, use the ImageIndex property of the corresponding grid level.

The ImageBorder property automatically updates by multiplying its current value by the DPI-aware form’s scaling factor every time it changes.

The default value of the ImageBorder property is specified by the cxGridLevelTabsDefaultImageBorder constant.

See Also