Gets or sets the hyperlink associated with this diagram item.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public string HyperLink { get; set; } |
Visual Basic Copy Code |
---|
Public Property HyperLink As String |
A string value containing the hyperlink URL.
This property is used by the CreateImageMap method of the HtmlBuilder class. Its value is assigned to the HREF attribute of the <AREA> tag that corresponds to the diagram item.
WpfDiagram Programmer's Guide | © 2024 MindFusion |