HypernovaDesktop Components · docs
Binarymission
WinFormsHeader 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

FooterDraws border around footer only
HeaderDraws border around header only
HeaderAndFooterDraws border around header and footer
NoneNo border is to be drawn (i.e. for both header and footer)

Members

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)