This property is deprecated. Background color of legend.
Read-write property
[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(); |
[Unmanaged C++] |
---|
public: HRESULT get_Background( uint * pVal ); public: HRESULT put_Background( uint Background ); |
[Java] |
---|
public long getBackground(); public void setBackground( long ); |