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 * pVal
);
public: HRESULT put_LineColor(
uint LineColor
);
|
| [Java] |
|---|
public long getLineColor();
public void setLineColor(
long
);
|
| [Python - STK API] |
|---|
@property
def LineColor(self) -> agi.stk12.utilities.colors.Color:
@LineColor.setter
def LineColor(self, LineColor:agi.stk12.utilities.colors.Color) -> None:
|
See Also