TdxTileBarItemPopupOptions.BorderColor Property
Specifies the color of the popup control‘s borders.
Declaration
property BorderColor: TColor read; write; default clNone;
Property Value
Type | Default |
---|---|
TColor | clNone |
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