Search
DraggedNode Class
See Also
 






Class used to hold the DiagramNode instance during drag and drop from NodeListView. It is used for easier detection of the dragged content as DragEventArgs.Data.GetData() does not check super classes.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class DraggedNode : Frame, IDrawable

Visual Basic  Copy Code

Public Class DraggedNode
    Inherits Frame
    Implements IDrawable

 Inheritance Hierarchy

System.Object
    Microsoft.Maui.Controls.BindableObject
        Microsoft.Maui.Controls.Element
            Microsoft.Maui.Controls.StyleableElement
                Microsoft.Maui.Controls.NavigableElement
                    Microsoft.Maui.Controls.VisualElement
                        Microsoft.Maui.Controls.View
                            Microsoft.Maui.Controls.Compatibility.Layout
                                Microsoft.Maui.Controls.TemplatedView
                                    Microsoft.Maui.Controls.ContentView
                                        Microsoft.Maui.Controls.Frame
                                            MindFusion.Diagramming.DraggedNode

 See Also