AngleSharp.Css by AngleSharp

<PackageReference Include="AngleSharp.Css" Version="1.0.0-alpha-98" />

.NET API 411,136 bytes

 CssBorderImageSliceValue

Represents the CSS border image slice definition.
public Length Bottom { get; }

Gets the bottom coordinate.

public string CssText { get; }

Gets the CSS text representation.

public bool IsFilled { get; }

Gets if the slice should be filled.

public Length Left { get; }

Gets the left coordinate.

public Length Right { get; }

Gets the right coordinate.

public Length Top { get; }

Gets the top coordinate.

public CssBorderImageSliceValue(Length top, Length right, Length bottom, Length left, bool filled)

Creates a new CSS border image slice definition.