CssBackgroundProperty
sealed class CssBackgroundProperty : CssShorthandProperty, ICssBackgroundProperty, ICssProperty, ICssBackgroundAttachmentProperty, ICssBackgroundClipProperty, ICssBackgroundColorProperty, ICssBackgroundImageProperty, ICssBackgroundOriginProperty, ICssBackgroundPositionProperty, ICssBackgroundRepeatProperty, ICssBackgroundSizeProperty
More information available at:
https://developer.mozilla.org/en-US/docs/Web/CSS/background
Gets the value of the background attachment property.
Gets the value of the background clip property.
Gets the value of the background color property.
Gets the value of the horizontal repeat property.
Gets the value of the background image property.
Gets if the background image should be contained, i.e. max(100%).
Gets if the background image should be covered, i.e. min(100%).
Gets the value of the background origin property.
Gets the value of the background position property.
Gets the widths and heights of the background image, if specified.
Gets the value of the vertical repeat property.