XLinkShow Enum

XLinkShow enumeration

Specifies the behavior when an SVG link is triggered.

public enum XLinkShow

Values

NameValueDescription
New0Opens the link in a new window or tab.
Replace1Replaces the current SVG document with the linked document.
Embed2Embeds the linked document within the current SVG document.
Other3Specifies a behavior other than the predefined behaviors.
None4Indicates that no specific behavior is requested.

See Also