Search
SvgExporter.HyperLinkStyle Property
See Also
 





Specifies what kind of hyperlinks should be generated for the HyperLink property of items.

Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Svg

 Syntax

C#  Copy Code

public HyperLinkStyle HyperLinkStyle { get; set; }

Visual Basic  Copy Code

Public Property HyperLinkStyle As HyperLinkStyle

 Property Value

A member of the HyperLinkStyle enumeration. The default is Text.

 See Also