MindFusion.Wpf Pack Programmer's Guide
TabAlignment Enumeration
See Also
 





Specifies the alignment of the tab headers in a TabControl.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  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.

 Remarks

Values of this enumeration can be assigned to the TabAlignment property of the TabControl class.

 See Also

MindFusion.UI.Wpf Namespace