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

Namespace: Aspose.Svg
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public SVGElement NearestViewportElement { get; }

Property Value

Type: SVGElement
The nearest viewport element.
See Also