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