DiagramLite Programmer's Guide
DiagramItem.HyperLink Property
See Also
 





Gets or sets the hyperlink associated with this diagram item. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 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.

 Remarks

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.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace