Description
This property is deprecated. Background color of legend.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Background() As System.Drawing.Color
|
| [C#] |
|---|
public System.Drawing.Color Background {get; set;}
|
| [Managed C++] |
|---|
public: __property uint get_Background(); public: __property void set_Background(
uint
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Background(
uint * pVal
);
public: HRESULT put_Background(
uint Background
);
|
| [Java] |
|---|
public long getBackground();
public void setBackground(
long
);
|
| [Python - STK API] |
|---|
@property
def Background(self) -> agi.stk12.utilities.colors.Color:
@Background.setter
def Background(self, Background:agi.stk12.utilities.colors.Color) -> None:
|
See Also