SVGElement.OwnerSVGElement

SVGElement.OwnerSVGElement property

The nearest ancestor ‘svg’ element. Null if the given element is the outermost svg element.

public SVGSVGElement OwnerSVGElement { get; }

Property Value

The owner SVG element.

See Also