TdxCustomCalloutPopup.BorderColor Property
In This Article
Specifies the callout popup’s border color.
#Declaration
Delphi
property BorderColor: TColor read; write; default clDefault;
#Property Value
Type | Default |
---|---|
TColor | cl |
#Remarks
Set this property to a value other than clDefault to paint the callout popup’s border using a specified solid color. Otherwise, the border is painted based on the LookAndFeel settings.
The default value of the BorderColor property is clDefault.
See Also