Specifies the alignment of the tab headers in a TabControl.
Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.UI.Silverlight
C#
![]() |
---|
public enum TabAlignment |
Visual Basic
![]() |
---|
Public Enum TabAlignment |
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. |
Values of this enumeration can be assigned to the TabAlignment property of the TabControl class.