WinForms › Extended Label › BorderStyle
BorderStyle
enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.Containers
Lists the border styles supported by the control.
public enum BorderStyle
Members at a glance
None | No border drawn. |
SuperThick | A extra thick border is drawn (typically a 3 pixel wide). |
Thick | A thicker border is drawn (typically a 2 pixel wide). |
Thin | A thin border is drawn (typically a 1 pixel wide). |
Members
None
No border drawn.
SuperThick
A extra thick border is drawn (typically a 3 pixel wide).
Thick
A thicker border is drawn (typically a 2 pixel wide).
Thin
A thin border is drawn (typically a 1 pixel wide).