Description
Set the color of the grid line.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property LineColor() As System.Drawing.Color
|
| [C#] |
|---|
public System.Drawing.Color LineColor {get; set;}
|
| [Managed C++] |
|---|
public: __property uint^ get_LineColor(); public: __property void set_LineColor( uint ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_LineColor( uint ** ppRetVal ); public: HRESULT put_LineColor( uint * pNewLineColor );
|
| [Java] |
|---|
public long getLineColor();public void setLineColor( long );
|
See Also