WinForms › Header Control › DrawBorderAround
DrawBorderAround
enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.NavigationControls
Lists the possible items that can have border drawn around it.
public enum DrawBorderAround
Members at a glance
Footer | Draws border around footer only |
Header | Draws border around header only |
HeaderAndFooter | Draws border around header and footer |
None | No border is to be drawn (i.e. for both header and footer) |
Members
Header
Draws border around header only
None
No border is to be drawn (i.e. for both header and footer)