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
SyntaxC#
Copy Code
|
|---|
public class DrawNodesTouchBehavior<TNodeType> : BaseTouchBehavior where TNodeType : DiagramNode |
Visual Basic
Copy Code
|
|---|
Public Class DrawNodesTouchBehavior(Of TNodeType As DiagramNode) |
Inheritance HierarchySystem.Object![]()
MindFusion.Diagramming.Interaction.BaseTouchBehavior
MindFusion.Diagramming.Interaction.DrawNodesTouchBehavior(TNodeType)
MindFusion.Diagramming.Interaction.DrawFreeFormsTouchBehavior
See Also