HtmlFrameOwnerElement abstract class HtmlFrameOwnerElement : HtmlElement Represents the base class for frame owned elements. Documentation Code public bool CanContainRangeEndpoint { get; } public int DisplayHeight { get; set; } public int DisplayWidth { get; set; } public int MarginHeight { get; set; } public int MarginWidth { get; set; } public HtmlFrameOwnerElement(Document owner, string name, string prefix, NodeFlags flags = 0)