SVGElementViewportElement Property |
The element which established the current viewport. Often, the nearest ancestor ‘svg’ element. Null if the given element is the outermost svg element.
Namespace: Aspose.Html.Dom.SvgAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic SVGElement ViewportElement { get; }
Public ReadOnly Property ViewportElement As SVGElement
Get
public:
property SVGElement^ ViewportElement {
SVGElement^ get ();
}
member ViewportElement : SVGElement with get
Property Value
Type:
SVGElement
The viewport element.
See Also