TdxCustomRangeControlStyle.SelectedRangeThumbColor Property
Specifies the background color of the selection thumbs.
Declaration
property SelectedRangeThumbColor: TColor read; write; default clDefault;
Property Value
Type | Default |
---|---|
TColor | clDefault |
Remarks
Use this property to change the default background color applied to the background of the lower and upper value selection thumbs.
To change the color applied to both the selection thumb borders and the vertical lines within thumbs, use the ElementBorderColor property.
The default value of the SelectedRangeThumbColor property is clDefault.
See Also