Search
TabbedDiagramView.TabAlignment Property
See Also
 






Gets or sets the tabs alignment. This is a dependency property.

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

 Syntax

C#  Copy Code

public Dock TabAlignment { get; set; }

Visual Basic  Copy Code

Public Property TabAlignment As Dock

 Property Value

A member of the Dock enumeration. The default is Dock.Top.

 See Also