DiagramLite Programmer's Guide
DiagramTabItem.IsDropTarget Property
See Also
 





Gets or sets a value indicating whether the item is a target of a tab reordering operation. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls.Silverlight

 Syntax

C#  Copy Code

public bool IsDropTarget { get; set; }

Visual Basic  Copy Code

Public Property IsDropTarget As Boolean

 Property Value

true if the item is being reordered, otherwise false.

 See Also

DiagramTabItem Members
DiagramTabItem Class
MindFusion.Diagramming Namespace