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
SyntaxC#
Copy Code
|
|---|
public bool IsDropTarget { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsDropTarget As Boolean |
See Also