BackgroundRepeats

object BackgroundRepeats

Predefined values for the background-repeat property. Should be used as expression result in BackgroundContext.repeat.

Properties

inherit
Link copied to clipboard
const val inherit: BackgroundRepeatProperty
initial
Link copied to clipboard
const val initial: BackgroundRepeatProperty
noRepeat
Link copied to clipboard
const val noRepeat: BackgroundRepeatProperty
repeat
Link copied to clipboard
const val repeat: BackgroundRepeatProperty
repeatX
Link copied to clipboard
const val repeatX: BackgroundRepeatProperty
repeatY
Link copied to clipboard
const val repeatY: BackgroundRepeatProperty
round
Link copied to clipboard
const val round: BackgroundRepeatProperty
space
Link copied to clipboard
const val space: BackgroundRepeatProperty