AngleSharp by Florian Rappl

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

.NET API 1,172,480 bytes

 CssBorderBottomStyleProperty

More information available at: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-style
using AngleSharp.Css; namespace AngleSharp.Dom.Css { internal sealed class CssBorderBottomStyleProperty : CssBorderPartStyleProperty, ICssBorderStyleProperty, ICssProperty { internal CssBorderBottomStyleProperty(CssStyleDeclaration rule) : base(PropertyNames.BorderBottomStyle, rule) { } } }