Class LinkTarget
Defines how to open the annotation hyperlink in the new tab, current tab or new window
Inheritance
System.Object
LinkTarget
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class LinkTarget : Enum
Fields
CurrentTab
Declaration
public const LinkTarget CurrentTab
Field Value
| Type |
|---|
| LinkTarget |
NewTab
Declaration
public const LinkTarget NewTab
Field Value
| Type |
|---|
| LinkTarget |
NewWindow
Declaration
public const LinkTarget NewWindow
Field Value
| Type |
|---|
| LinkTarget |