Drawable.Background Property
Gets or sets the background color of the drawable.
Syntax
public System.Drawing.Color Background { get; set; }
Property Value
Default: White, R: 255 G: 255 B: 255
Background color of the drawable before anything is drawn on top of it.
Remarks
The drawable is filled with this color when cleared before an update.
If the background is set to a transparent color (alpha component < 255), images generated by calling Save or GetImage will be transparent where the background is shown.
Platforms
Windows, Linux, Android