Enum HyperlinkOpenMode
Specifies how a hyperlink in an annotation should be opened when clicked.
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.Diagram.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum HyperlinkOpenMode
Fields
| Name | Description |
|---|---|
| Blank | Opens the hyperlink URL in a new browser tab. |
| Self | Opens the hyperlink URL in the current browser tab. |