iWheelBackColor Property

Gets or sets the solid Color which is used to paint the background of iWheel.

Definition

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

Property Value

Color
A System.Drawing.Color.Drawing.Color which represents the color to be used for painting.

Remarks

Note that the background of iWheel is only painted using a solid Color if it is set to do so using BackColorFill property.

See Also