MindFusion.Silverlight Package 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.Silverlight
Assembly: MindFusion.UI.Silverlight

 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.Silverlight Namespace