|
|
|
SftBoxItems.GridHorizontalColor Property |
Defines the color used for horizontal grid lines.
Syntax
VB.NET |
|||
VB |
Clr = object.GridHorizontalColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->GridHorizontalColor;
|
||
C |
HRESULT object->get_GridHorizontalColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.GridHorizontalColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->GridHorizontalColor = Clr;
|
||
C |
HRESULT object->put_GridHorizontalColor(OLE_COLOR Clr); |
||
Delphi |
object
A SftBoxItems object.
Clr
Defines the color used for horizontal grid lines. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...". Set to -1 to define the default color. The default color used is chosen based on the operating system.
Comments
The GridHorizontalColor property defines the color used for horizontal grid lines.
Grid lines are enabled using the Items.GridStyle property.