Search
Diagram.CustomNodeType Property
See Also
 





Gets or sets the type of a DiagramNode-derived class whose instance should be created when a user starts drawing.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Type CustomNodeType { get; set; }

Visual Basic  Copy Code

Public Property CustomNodeType As Type

 Property Value

A reference to a System.Type that specifies the custom node class.

 Remarks

You must set Behavior to Custom to enable creating nodes of your custom type interactively.

 See Also