Gets or sets a value indicating whether tabs can be rearranged interactively. This is a dependency property.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool AllowTabReorder { get; set; } |
Visual Basic Copy Code |
---|
Public Property AllowTabReorder As Boolean |
true to allow interactive tab reordering; otherwise, false. The default is false.
WpfDiagram Programmer's Guide | © 2024 MindFusion |