Table of Contents

Class HTMLPictureElement

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The HTMLPictureElement interface represents a picture HTML element. It doesn't implement specific properties or methods.

[Value("HTMLPictureElement")]
public class HTMLPictureElement : HTMLElement
Inheritance
HTMLPictureElement
Inherited Members

Remarks

-The picture HTML element that implements it.
-The HTMLImageElement and HTMLSourceElement interfaces, often used in conjunction with a {{HTMLElement("picture")}} element.

See also on MDN

Constructors

HTMLPictureElement()

public HTMLPictureElement()