AngleSharp by Florian Rappl

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

.NET API 559,104 bytes

 HTMLFrameOwnerElement

public abstract class HTMLFrameOwnerElement : HTMLElement
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 Height { get; set; }

Gets the height 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 int Width { get; set; }

Gets the width of the frame.