Back to Devexpress

TdxCustomStatusBar.BorderWidth Property

vcl-dxstatusbar-dot-tdxcustomstatusbar.md

latest1.1 KB
Original Source

TdxCustomStatusBar.BorderWidth Property

Specifies the width of the control’s border.

Declaration

delphi
property BorderWidth: Integer read; write; default 0;

Property Value

TypeDefault
Integer0

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

TdxCustomStatusBar Class

TdxCustomStatusBar Members

dxStatusBar Unit