AngleSharp by Florian Rappl

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

.NET API 886,784 bytes

 CSSBorderRadiusProperty

public sealed class CSSBorderRadiusProperty : CSSProperty
Information can be found on MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius

Gets the value of the horizontal bottom-left radius.

Gets the value of the horizontal bottom-right radius.

Gets the value of the horizontal top-left radius.

Gets the value of the horizontal top-right radius.

Gets the value of the vertical bottom-left radius.

Gets the value of the vertical bottom-right radius.

public CSSCalcValue VerticalTopLeft { get; }

Gets the value of the vertical top-left radius.

Gets the value of the vertical top-right radius.