DiagramLite Programmer's Guide
TabRotation Enumeration
See Also
 





Specifies the rotation of the tab items in a DiagramTabControl.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls.Silverlight

 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.

 See Also

MindFusion.Diagramming Namespace