TiSlidingScale.PointerLineColor
TiSlidingScale See Also
Specifies the color of the Pointer Line that bisects the Scale Background.
property PointerLineColor : TColor;
Description
Use PointerLineColor to read or change the Pointer Line color.
Example
Delphi
iComponent.PointerLineColor := clBlue;
C++ Builder
iComponent->PointerLineColor = clBlue;
Contents | Index | Previous | Next