Gets or sets a value that determines whether the user is dragging a C1DockTabItem or C1DockTabControl over the element.

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

Syntax

C#
public bool IsDragOver { get; internal set; }
Visual Basic
Public Property IsDragOver As Boolean
	Get
	Friend Set

Remarks

The default value for this property is False.

See Also