Description
The color of the data display background.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property BgColor() As System.Drawing.Color
|
[C#] |
---|
public System.Drawing.Color BgColor {get; set;}
|
[Managed C++] |
---|
public: __property uint get_BgColor(); public: __property void set_BgColor(
uint
);
|
[Unmanaged C++] |
---|
public: HRESULT get_BgColor(
uint * pVal
);
public: HRESULT put_BgColor(
uint BgColor
);
|
[Java] |
---|
public long getBgColor();
public void setBgColor(
long
);
|
[Python - STK API] |
---|
@property
def BgColor(self) -> agi.stk12.utilities.colors.Color:
@BgColor.setter
def BgColor(self, BgColor:agi.stk12.utilities.colors.Color) -> None:
|
See Also