Gets or sets a value indicating whether tabs can be repositioned interactively through dragging. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public bool EnableDragging { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EnableDragging As Boolean |
true if dragging is enabled; otherwise, false.
See Also