AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.3" />

.NET API 1,218,560 bytes

 HtmlFrameOwnerElement

Represents the base class for frame owned elements.
public bool CanContainRangeEndpoint { get; }

Gets the status if the element can contain a range endpoint.

public int DisplayHeight { get; set; }

Gets the height of the frame.

public int DisplayWidth { get; set; }

Gets the width of the frame.

public int MarginHeight { get; set; }

Gets or sets the frame margin height, in pixels.

public int MarginWidth { get; set; }

Gets or sets the frame margin width, in pixels.

public HtmlFrameOwnerElement(Document owner, string name, string prefix, NodeFlags flags = 0)