ShadowRoot Constructor
Initializes a new instance of the ShadowRoot class.

Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
protected ShadowRoot(
	Document ownerDocument,
	ShadowRootMode mode,
	Element host
)

Parameters

ownerDocument
Type: Aspose.Html.DomDocument
The owner document.
mode
Type: Aspose.Html.DomShadowRootMode
Mode in which shadow root will operate.
host
Type: Aspose.Html.DomElement
Element on which this root was created.
See Also