CssBackgroundImageProperty sealed class CssBackgroundImageProperty : CssProperty, ICssBackgroundImageProperty, ICssProperty More information available at: https://developer.mozilla.org/en-US/docs/Web/CSS/background-image Documentation Code public IEnumerable<IImageSource> Images { get; } Gets the enumeration of all images. public void SetImages(IEnumerable<IImageSource> images)