'Usage
Dim instance As ImageFrame
Dim value As Color
instance.BackgroundColor = value
value = instance.BackgroundColor
[Category("Appearance")]
[Description("The background color of the frame.")]
[DefaultValue(System.Drawing.Color, "Control")]
public Color BackgroundColor {get; set;}
Remarks
By default this color is set to KnownColor.Control, but you can alter it at any time. For example if you embed the chart in an ASPX page with White background you should set this color to Color.White.
Example
The following example changes the background color:
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2