BackColorFillType Enumeration

Specifies how the background of iWheel should be painted.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
public enum BackColorFillType

Members

SolidFill0 Background is painted using a solid color specified by BackColor property.
GradientFill1 Background is painted using gradient-fill which includes grayscale colors.
Transparent2 Background is transparent.

See Also