Back to Devexpress

TdxTileBarItemPopupOptions.BorderColor Property

vcl-dxtilebar-dot-tdxtilebaritempopupoptions-7b26cf6f.md

latest1.3 KB
Original Source

TdxTileBarItemPopupOptions.BorderColor Property

Specifies the color of the popup control‘s borders.

Declaration

delphi
property BorderColor: TColor read; write; default clNone;

Property Value

TypeDefault
TColorclNone

Remarks

Use the BorderColor , BorderHeight, and BorderWidth properties to determine the visibility and appearance of the horizontal and vertical borders outlining the popup control. If the BorderColor property is set to clNone or clDefault , both the horizontal and vertical extra borders are hidden irrespective of the BorderHeight and BorderWidth property values.

The default value of the BorderColor property is clNone.

See Also

TdxTileBarItemPopupOptions Class

TdxTileBarItemPopupOptions Members

dxTileBar Unit