WinForms › Explorer 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
GradientColorStyle | Control is painted using a gradient. |
ImageStyle | Control is painted using an image. |
SolidBrushColorStyle | Control 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.