HTMLVideoElement public sealed class HTMLVideoElement : HTMLMediaElement Documentation Code public const string Tag = "video" public uint Height { get; set; } public string Poster { get; set; } public uint VideoHeight { get; } public uint VideoWidth { get; } public uint Width { get; set; } public HTMLVideoElement()