| 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.SvgAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic SVGElement NearestViewportElement { get; }Public ReadOnly Property NearestViewportElement As SVGElement
Get
public:
property SVGElement^ NearestViewportElement {
SVGElement^ get ();
}member NearestViewportElement : SVGElement with get
Property Value
Type:
SVGElement
The nearest viewport element.
See Also