Skip to main content

TcxCustomTabControlProperties.ImageBorder Property

Specifies the width of tab image borders in pixels.

Declaration

property ImageBorder: Integer read; write; default 0;

Property Value

Type Default
Integer 0

Remarks

Use the ImageBorder property to control the width of tab image borders. This value is set in pixels and is applied to all tab images.

Changing the ImageBorder property value affects the indent between tab images and tab captions. This property also influences the height and width of tabs. Tabs are automatically resized to fit their images with the borders specified.

Assigning a negative value to the ImageBorder property is not in effect.

The default value of the ImageBorder property is 0.

See Also