AngleSharp by Florian Rappl

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

.NET API 1,171,968 bytes

 CssBorderRightWidthProperty

More information available at: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-width
using AngleSharp.Css; namespace AngleSharp.Dom.Css { internal sealed class CssBorderRightWidthProperty : CssBorderPartWidthProperty, ICssBorderWidthProperty, ICssProperty { internal CssBorderRightWidthProperty(CssStyleDeclaration rule) : base(PropertyNames.BorderRightWidth, rule) { } } }