BackgroundScope

class BackgroundScope(styleScope: StyleScope)(source)

Constructors

Link copied to clipboard
constructor(styleScope: StyleScope)

Functions

Link copied to clipboard
fun attachment(backgroundAttachment: BackgroundAttachment)
Link copied to clipboard
fun clip(backgroundClip: BackgroundClip)
Link copied to clipboard
fun color(backgroundColor: BackgroundColor)
fun color(color: CSSColorValue)
Link copied to clipboard
fun image(backgroundImage: BackgroundImage)
fun image(url: CSSUrl)
fun image(gradient: Gradient)
Link copied to clipboard
fun origin(backgroundOrigin: BackgroundOrigin)
Link copied to clipboard
fun position(backgroundPosition: BackgroundPosition)
fun position(position: CSSPosition)
Link copied to clipboard
fun repeat(backgroundRepeat: BackgroundRepeat)
fun repeat(horizontalRepeat: BackgroundRepeat.Mode, verticalRepeat: BackgroundRepeat.Mode)
Link copied to clipboard
fun size(backgroundSize: BackgroundSize)