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
SyntaxC#
Copy Code
|
|---|
public TabLayoutMode TabLayoutMode { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TabLayoutMode As TabLayoutMode |
A member of the TabLayoutMode. The default is Scroll.
See Also