XLinkShow enumeration

XLinkShow enumeration

Specifies the behavior when an SVG link is triggered.

The XLinkShow type exposes the following members:

Fields

FieldDescription
NEWOpens the link in a new window or tab.
REPLACEReplaces the current SVG document with the linked document.
EMBEDEmbeds the linked document within the current SVG document.
OTHERSpecifies a behavior other than the predefined behaviors.
NONEIndicates that no specific behavior is requested.

See Also