Specifies the alignment of the tab headers in a TabControl.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls.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. |