Skip to main content

TdxCustomStatusBar.BorderWidth Property

Specifies the width of the control’s border.

Declaration

property BorderWidth: Integer read; write; default 0;

Property Value

Type Default
Integer 0

Remarks

The BorderWidth property defines the width of the border drawn around the status bar. This border separates the status bar control area from another controls. By default, BorderWidth is set to 0, which means that there is no extra space between the status bar area and its container. You may assign other values to the BorderWidth property in order to:

  • Separate the status bar from its container and other controls (including the main window).

  • Have a visible border drawn around the status bar area.

The default value of the BorderWidth property is 0.

See Also