Search
DiagramItem.HyperLink Property
See Also
 






Gets or sets the hyper link.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string HyperLink { get; set; }

Visual Basic  Copy Code

Public Property HyperLink As String

 Property Value

A string value containing the hyperlink URL.

 See Also