Sets the value of the attached Drag property.

Namespace:  C1.Silverlight.Docking
Assembly:  C1.Silverlight.Docking (in C1.Silverlight.Docking.dll)

Syntax

C#
public static void SetDrag(
	UIElement element,
	C1DockTabControl value
)
Visual Basic
Public Shared Sub SetDrag ( _
	element As UIElement, _
	value As C1DockTabControl _
)

Remarks

The UIElement becomes a drag handle to dock and move the C1DockTabControl.

See Also