Search
Diagram.CustomLinkType Property
See Also
 





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

Visual Basic  Copy Code

Public Property CustomLinkType As Type

 Property Value

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

 Remarks

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

 See Also