Gets or sets the hyperlink associated with this diagram item. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public string HyperLink { get; set; } |
Visual Basic
![]() |
---|
Public Property HyperLink As String |
A string value containing the hyperlink URL.
The control does not automatically navigate to the specified URL when an item is clicked. If this is required, you could use the classes from the System.Windows.Browser namespace to navigate to the specified resource in response to events such as LinkClicked and NodeClicked.