Gets or sets a value indicating how tab headers are arranged when the available space is insufficient. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public TabLayoutMode TabLayoutMode { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TabLayoutMode As TabLayoutMode |
A member of the TabLayoutMode enumeration.
See Also