Skip to main content

TdxBarStatic.BorderStyle Property

Determines the appearance style of static control borders.

Declaration

property BorderStyle: TdxBarStaticBorderStyle read; write; default sbsNone;

Property Value

Type Default
TdxBarStaticBorderStyle sbsNone

Remarks

The BorderStyle property is used to specify the border style of a static control within a toolbar. Available border styles include:

Value Description Example
sbsNone No border.
sbsLowered Lowered border.
sbsRaised Raised border.
sbsEtched Groove border.
sbsBump Raized bevel border.

The default value of the border style is sbsNone.

See Also