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
SyntaxC#
Copy Code
|
|---|
public Type CustomLinkType { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CustomLinkType As Type |
A reference to a System.Type that specifies the custom link class.
Remarks
See Also