TdxCustomRangeControlStyle.BorderColor Property
In This Article
Specifies the range control‘s border color.
#Declaration
Delphi
property BorderColor: TColor read; write; default clDefault;
#Property Value
Type | Default |
---|---|
TColor | cl |
#Remarks
The default value of the BorderColor property is clDefault.
See Also