PanelBarBorderStyle
enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.NavigationControls
Lists the border style that the control supports for drawing the border around the button objects. (Refer to BinaryPanelBarButton).
public enum PanelBarBorderStyle
Members at a glance
None | None, ensures that no border is drawn around the control's BinaryPanelBarButton button objects. |
Thick | Thick, ensures that a two-pixel (in height) border is drawn around the control's BinaryPanelBarButton button objects. |
Thin | Thin, ensures that a one-pixel (in height) border is drawn around the control's BinaryPanelBarButton button objects. |
Members
None
None, ensures that no border is drawn around the control's BinaryPanelBarButton button objects.
Thick
Thick, ensures that a two-pixel (in height) border is drawn around the control's BinaryPanelBarButton button objects.
Thin
Thin, ensures that a one-pixel (in height) border is drawn around the control's BinaryPanelBarButton button objects.