Search
DrawNodesTouchBehavior(TNodeType) Class
See Also
 






Represents a behavior that is suitable for creating node nodes. Drawing anywhere on the screen creates DiagramNode instances.

Namespace: MindFusion.Diagramming.Interaction
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class DrawNodesTouchBehavior<TNodeType> : BaseTouchBehavior where TNodeType : DiagramNode

Visual Basic  Copy Code

Public Class DrawNodesTouchBehavior(Of TNodeType As DiagramNode)
    Inherits BaseTouchBehavior

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.Interaction.BaseTouchBehavior
        MindFusion.Diagramming.Interaction.DrawNodesTouchBehavior(TNodeType)
            MindFusion.Diagramming.Interaction.DrawFreeFormsTouchBehavior

 See Also