Search
DiagramView.CustomLinkType Property
See Also
 





Gets or sets the type of a MindFusion.Diagramming.DiagramLink 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 CustomLinkType { get; set; }

Visual Basic  Copy Code

Public Property CustomLinkType As Type

 Property Value

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

 See Also