AngleSharp by Florian Rappl

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

.NET API 1,172,480 bytes

 CssBorderImageProperty

More information available at: https://developer.mozilla.org/en-US/docs/Web/CSS/border-image
public BorderRepeat Horizontal { get; }

Gets the horizontal repeat value of the border-image.

public IImageSource Image { get; }

Gets the image source of the border-image.

public bool IsFilled { get; }

Gets if the slice should be filled.

public Length OutsetBottom { get; }

Gets the outset bottom width of the border-image.

public Length OutsetLeft { get; }

Gets the outset left width of the border-image.

public Length OutsetRight { get; }

Gets the outset right width of the border-image.

public Length OutsetTop { get; }

Gets the outset top width of the border-image.

public Length SliceBottom { get; }

Gets the position of the bottom slicing line.

public Length SliceLeft { get; }

Gets the position of the left slicing line.

public Length SliceRight { get; }

Gets the position of the right slicing line.

public Length SliceTop { get; }

Gets the position of the top slicing line.

public BorderRepeat Vertical { get; }

Gets the vertical repeat value of the border-image.

public Length WidthBottom { get; }

public Length WidthLeft { get; }

public Length WidthRight { get; }

public Length WidthTop { get; }