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





Specifies the rotation of the tab items in a TabControl.

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

 Syntax

C#  Copy Code

public enum TabRotation

Visual Basic  Copy Code

Public Enum TabRotation

 Members

  Member name Description

Clockwise

Indicates that the items are rotated clockwise.

Counterclockwise

Indicates that the items are rotated counterclockwise.

None

Indicates that the items are not rotated.

 Remarks

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

 See Also

MindFusion.UI.Wpf Namespace