SVGElement.ViewportElement

SVGElement.ViewportElement property

The element which established the current viewport. Often, the nearest ancestor ‘svg’ element. Null if the given element is the outermost svg element.

public SVGElement ViewportElement { get; }

Property Value

The viewport element.

See Also