WinForms › Super 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
Gradient | Draw the background using gradient brush. |
Solid | Draw the background using solid brush. |
Members
Gradient
Draw the background using gradient brush.
Solid
Draw the background using solid brush.