TiPositionComponent.LimitUpperPointerColor
TiPositionComponent See Also
Used to get or set the Upper Pointer Color property of a specific limit pair.
property LimitUpperPointerColor[Index : Integer] : TColor;
Description
Use the LimitUpperPointerColor property to specify the color of the upper
limit pointer of a specific limit pair.
Example
Delphi
iComponent.LimitUpperPointerColor[1] := clRed; //Sets 2nd Limit Pair
C++ Builder
iComponent->LimitUpperPointerColor [1] = clRed; //Sets 2nd Limit Pair
Note: The index value is 0 based.
Contents | Index | Previous | Next