TiScopeDisplay.GridColor
TiScopeDisplay
Specifies the color of the grid lines drawn in the scope display.
property GridColor : TColor;
Description
Use GridColor to get or set the color of the grid lines drawn in the scope
display.
Example
Delphi
iComponent.Display.GridColor := clYellow;
C++ Builder
iComponent->Display->GridColor = clYellow;
Contents | Index | Previous | Next