Search
RenderOptions.HyperLinkTarget Property
See Also
 






Specifies the value of the Target attribute generated by various export components for the HyperLink property of items.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string HyperLinkTarget { get; set; }

Visual Basic  Copy Code

Public Property HyperLinkTarget As String

 Property Value

The default value is "_self".

 See Also