HypernovaDesktop Components · docs
Binarymission
WinFormsExplorer Bar › ControlBackgroundPaintingStyle

ControlBackgroundPaintingStyle

enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.NavigationControls

Lists the possible values that can be set to paint the background of the control.

public enum ControlBackgroundPaintingStyle

Members at a glance

GradientColorStyleControl is painted using a gradient.
ImageStyleControl is painted using an image.
SolidBrushColorStyleControl is painted using a solid color.

Members

GradientColorStyle

Control is painted using a gradient.

ImageStyle

Control is painted using an image.

SolidBrushColorStyle

Control is painted using a solid color.