Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTabControlProperties.ImageBorder Property

Specifies the width of tab image borders in pixels.

#Declaration

Delphi
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