Specifies the alignment of the tab headers in a TabControl.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public enum TabAlignment |
Visual Basic
Copy Code
|
|---|
Public Enum TabAlignment |
Members| Member name | Description | |
|---|---|---|
![]() |
Center |
The headers are centered in the available space. |
![]() |
Far |
The headers are aligned to the far end of the available space. |
![]() |
Near |
The headers are aligned to the near end of the available space. |
![]() |
Stretch |
The headers are resized to fill the available space. |
RemarksValues of this enumeration can be assigned to the TabAlignment property of the TabControl class.
See Also