Description
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 ** ppRetVal
);
public: HRESULT put_Background(
uint * pNewBackground
);
|
[Java] |
public long getBackground();public void setBackground(
long
);
|
See Also