TiSwitchSlider.PointerStyle
TiSwitchSlider See Also
Specifies the Pointer style.
type TiSliderPointerStyle = (ispsLed, ispsPointer, ispsBar, ispsLightBar);
property PointerStyle : TiSliderPointerStyle;
Description
Set PointerStyle to specify the Pointer style.
These are the possible values:
Value
Meaning
ispsLed
3D rectangular Led.
ispsPointer
Standard 3D pointer.
ispsBar
Standard 3D bar.
ispsLightBar
Standard 3D barwith a thin light indicator.
Example
Delphi
iComponent.PointerStyle := ispsLightBar;
C++ Builder
iComponent->PointerStyle = ispsLightBar;
Contents | Index | Previous | Next