SVGGraphicsElement.FarthestViewportElement

SVGGraphicsElement.FarthestViewportElement property

The farthest ancestor ‘svg’ element. Null if the current element is the outermost svg element.

public SVGElement FarthestViewportElement { get; }

Property Value

The farthest viewport element.

See Also