Gets or sets the background color for the drawing surface.
| C# | Visual Basic | Visual Basic Usage | Visual C++ | J# | JScript |
public Color BackgroundColor { get; set; }
Public Property BackgroundColor As Color
Dim instance As GraphicsDevice Dim value As Color value = instance.BackgroundColor instance.BackgroundColor = value
/** @property */ public Color get_BackgroundColor() /** @property */ public void set_BackgroundColor(Color value)
function get_backgroundColor(); function set_backgroundColor(value);