Search
DiagramView.CustomNodeType Property
See Also
 





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

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public Type CustomNodeType { get; set; }

Visual Basic  Copy Code

Public Property CustomNodeType As Type

 Property Value

A System.Type object corresponding to the custom node class.

 See Also