TdxCustomCalloutPopup.BorderColor Property
Specifies the callout popup’s border color.
Declaration
property BorderColor: TColor read; write; default clDefault;
Property Value
Type | Default |
---|---|
TColor | clDefault |
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