SVGViewElement.ViewTarget

SVGViewElement.ViewTarget property

Corresponds to attribute ‘viewTarget’ on the given ‘view’ element. A list of DOMString values which contain the names listed in the ‘viewTarget’ attribute. Each of the DOMString values can be associated with the corresponding element using the getElementById() method call.

public SVGStringList ViewTarget { get; }

Property Value

The attribute ‘viewTarget’ of the given ‘view’ element.

See Also