Specify the value of the target attribute generated by various export components for the HyperLink property of items.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public string HyperLinkTarget { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HyperLinkTarget As String |
The default value is "_self".
See Also