AngleSharp by Florian Rappl

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

.NET API 1,171,968 bytes

 CssBackgroundProperty

More information available at: https://developer.mozilla.org/en-US/docs/Web/CSS/background

Gets the value of the background attachment property.

public IEnumerable<BoxModel> Clips { get; }

Gets the value of the background clip property.

public Color Color { get; }

Gets the value of the background color property.

Gets the value of the horizontal repeat property.

public IEnumerable<IImageSource> Images { get; }

Gets the value of the background image property.

public IEnumerable<bool> IsContained { get; }

Gets if the background image should be contained, i.e. max(100%).

public IEnumerable<bool> IsCovered { get; }

Gets if the background image should be covered, i.e. min(100%).

public IEnumerable<BoxModel> Origins { get; }

Gets the value of the background origin property.

public IEnumerable<Point> Positions { get; }

Gets the value of the background position property.

public IEnumerable<Point> Sizes { get; }

Gets the widths and heights of the background image, if specified.

Gets the value of the vertical repeat property.