TiSwitchSlider.TrackColor
TiSwitchSlider See Also
Specifies the color of the track.
property TrackColor : TColor;
Description
Use TrackColor to read or change the track color.
Example
Delphi
iComponent.TrackColor := clWhite;
C++ Builder
iComponent->TrackColor = clWhite;
Note: Property only applies when TrackStyle = istsBox or istsLine.
Contents | Index | Previous | Next