TiSwitchRotary.PointerStyle
TiSwitchRotary See Also
Specifies the Pointer style.
type TiSwitchRotaryPointerStyle = (isrpsPointer, isrpsRectangle);
property PointerStyle : TiSwitchRotaryPointerStyle;
Description
Set PointerStyle to specify the Pointer style.
These are the possible values:
Value
Meaning
isrpsPointer
3D rectangular pointer with a tip
isrpsRectangle
3D rectangular pointer.
Example
Delphi
iComponent.PointerStyle := isrpsPointer;
C++ Builder
iComponent->PointerStyle = isrpsPointer;
Contents | Index | Previous | Next