AngleSharp by Florian Rappl

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

.NET API 402,432 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; }

Gets the height of the frame.

public string Location { get; set; }

Gets or sets the location of the frame.

public int MarginHeight { get; }

Gets the height of the margin of the frame.

public int MarginWidth { get; }

Gets the width of the margin of the frame.

public int Width { get; }

Gets the width of the frame.