Search
TabAlignment Enumeration
See Also
 





Specifies the alignment of the tabs in a TabbedDiagramView.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public enum TabAlignment

Visual Basic  Copy Code

Public Enum TabAlignment

 Members

  Member name Description

Bottom

Indicates that the tabs are displayed at the bottom side.

Left

Indicates that the tabs are displayed at the left side.

Right

Indicates that the tabs are displayed at the right side.

Top

Indicates that the tabs are displayed at the top side.

 See Also