MindFusion.Wpf Pack Programmer's Guide
TabControl.EnableDragging Property
See Also
 





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

 Syntax

C#  Copy Code

public bool EnableDragging { get; set; }

Visual Basic  Copy Code

Public Property EnableDragging As Boolean

 Property Value

true if dragging is enabled; otherwise, false.

 See Also

TabControl Members
TabControl Class
MindFusion.UI.Wpf Namespace