DrawingPadBackColor Property
Gets or sets the background color of the
DrawingPad.
Namespace: BeeMobile.DrawingPadAssembly: BeeMobile.DrawingPad.NET48 (in BeeMobile.DrawingPad.NET48.dll) Version: 4.8.0.3
public override Color BackColor { get; set; }
Public Overrides Property BackColor As Color
Get
Set
Property Value
Color
With this color is filled area which is not covered by loaded image.
E.g.: Image is loaded in
ProportionalStretch.
In this mode, image is proportionally stretched and loaded to control. The side margins are
filled with
BackColor.