iWheelBackColor Property
Gets or sets the solid
Color which is used to paint the background of
iWheel.
Namespace: BeeMobile.iWheelAssembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
public override Color BackColor { get; set; }
Public Overrides Property BackColor As Color
Get
Set
Property Value
ColorA
System.Drawing.Color.Drawing.Color which represents the color to be used for painting.
Note that the background of
iWheel is only painted using a solid
Color if it is set
to do so using
BackColorFill property.