AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.7-alpha-342" />

.NET API 894,976 bytes

 HtmlVideoElement

Represents the HTML video element.
public int DisplayHeight { get; set; }

public int DisplayWidth { get; set; }

public int OriginalHeight { get; }

public int OriginalWidth { get; }

public string Poster { get; set; }

public HtmlVideoElement(Document owner, string prefix = null)