WinForms › Extended Group Box › GroupBoxHeaderAlignment
GroupBoxHeaderAlignment
enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.Containers
Lists the supported alignment values for rendering the AdvancedGroupBox Header text.
public enum GroupBoxHeaderAlignment
Members at a glance
Custom | Header text is rendered based on the custom Padding value set. |
TopCenter | Header text is rendered at the top-center location. |
TopLeft | Header text is rendered at the top-left location. |
TopRight | Header text is rendered at the top-right location. |
Members
Custom
Header text is rendered based on the custom Padding value set.
TopCenter
Header text is rendered at the top-center location.
TopLeft
Header text is rendered at the top-left location.
TopRight
Header text is rendered at the top-right location.