Description
Gets or sets the back line's color.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property BackLineColor() As System.Drawing.Color
|
| [C#] |
|---|
public System.Drawing.Color BackLineColor {get; set;}
|
| [Managed C++] |
|---|
public: __property uint get_BackLineColor(); public: __property void set_BackLineColor(
uint
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_BackLineColor(
uint * pRetVal
);
public: HRESULT put_BackLineColor(
uint BackLineColor
);
|
| [Java] |
|---|
public long getBackLineColor();
public void setBackLineColor(
long
);
|
| [Python - STK API] |
|---|
@property
def BackLineColor(self) -> agi.stk12.utilities.colors.Color:
@BackLineColor.setter
def BackLineColor(self, BackLineColor:agi.stk12.utilities.colors.Color) -> None:
|
Remarks
See Also