Description
Background color of legend.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property BackgroundColor() As System.Drawing.Color
|
[C#] |
---|
public System.Drawing.Color BackgroundColor {get; set;}
|
[Managed C++] |
---|
public: __property uint get_BackgroundColor(); public: __property void set_BackgroundColor(
uint
);
|
[Unmanaged C++] |
---|
public: HRESULT get_BackgroundColor(
uint * pColor
);
public: HRESULT put_BackgroundColor(
uint pColor
);
|
[Java] |
---|
public long getBackgroundColor();
public void setBackgroundColor(
long
);
|
[Python - STK API] |
---|
@property
def BackgroundColor(self) -> agi.stk12.utilities.colors.Color:
@BackgroundColor.setter
def BackgroundColor(self, pColor:agi.stk12.utilities.colors.Color) -> None:
|
See Also