Search
TabbedDiagramView.TabAlignment Property
See Also
 





Gets or sets the tabs alignment.

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

 Syntax

C#  Copy Code

public TabAlignment TabAlignment { get; set; }

Visual Basic  Copy Code

Public Property TabAlignment As TabAlignment

 Property Value

A member of the TabAlignment enumeration. The default is Bottom.

 See Also