HypernovaDesktop Components · docs
Binarymission
WinFormsSuper Tooltip › DrawingStyle

DrawingStyle

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

Lists the supported tooltip background drawing styles.

public enum DrawingStyle

Members at a glance

GradientDraw the background using gradient brush.
SolidDraw the background using solid brush.

Members

Gradient

Draw the background using gradient brush.

Solid

Draw the background using solid brush.