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.Blazor
Assembly: MindFusion.Diagramming.Blazor

 Syntax

C#  Copy Code

public Type CustomLinkType { get; set; }

Visual Basic  Copy Code

Public Property CustomLinkType As Type

 Property Value

 See Also