MenuSideBarRenderingStyle
enum.NET Framework 4.8Binarymission.WinForms.Controls.MenuControls
Lists the possible styles of rendering the menu items.
public enum MenuSideBarRenderingStyle
Remarks
One of these styles will be used to draw the menu item's side bar (the left-hand side bar). The default being SolidBrush.
Members at a glance
GradientBrushStyle | Using this value will render the menu item's side bar to be drawn using a LinearGradientBrush. |
SolidBrush | Using this value will render the menu item's side bar to be drawn using a SolidBrush. |
Members
GradientBrushStyle
Using this value will render the menu item's side bar to be drawn using a LinearGradientBrush.
SolidBrush
Using this value will render the menu item's side bar to be drawn using a SolidBrush.