AngleSharp by Florian Rappl

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

.NET API 1,172,480 bytes

 CssBorderRadiusProperty

Information can be found on MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius
public Length HorizontalBottomLeft { get; }

Gets the value of the horizontal bottom-left radius.

public Length HorizontalBottomRight { get; }

Gets the value of the horizontal bottom-right radius.

public Length HorizontalTopLeft { get; }

Gets the value of the horizontal top-left radius.

public Length HorizontalTopRight { get; }

Gets the value of the horizontal top-right radius.

public Length VerticalBottomLeft { get; }

Gets the value of the vertical bottom-left radius.

public Length VerticalBottomRight { get; }

Gets the value of the vertical bottom-right radius.

public Length VerticalTopLeft { get; }

Gets the value of the vertical top-left radius.

public Length VerticalTopRight { get; }

Gets the value of the vertical top-right radius.