DrawingPadBackColor Property

Gets or sets the background color of the DrawingPad.

Definition

Namespace: BeeMobile.DrawingPad
Assembly: BeeMobile.DrawingPad.NET48 (in BeeMobile.DrawingPad.NET48.dll) Version: 4.8.0.3
C#
public override Color BackColor { get; set; }

Property Value

Color

Remarks

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.

See Also