Search
TabbedDiagramView.TabLayoutMode Property
See Also
 






Gets or sets a value indicating how tab headers are arranged when the available space is insufficient. This is a dependency property.

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

 Syntax

C#  Copy Code

public TabLayoutMode TabLayoutMode { get; set; }

Visual Basic  Copy Code

Public Property TabLayoutMode As TabLayoutMode

 Property Value

A member of the TabLayoutMode. The default is Scroll.

 See Also