OverflowXValues

object OverflowXValues : OverflowBaseValues

Predefined values for the overflow-x property. Should be used as expression result in Layout.overflowX.

Properties

auto
Link copied to clipboard
val auto: OverflowProperty
clip
Link copied to clipboard
const val clip: OverflowProperty
hidden
Link copied to clipboard
val hidden: OverflowProperty
inherit
Link copied to clipboard
val inherit: OverflowProperty
initial
Link copied to clipboard
const val initial: OverflowProperty
key
Link copied to clipboard
open override val key: String
the name of the CSS property with a colon as suffix
scroll
Link copied to clipboard
val scroll: OverflowProperty
unset
Link copied to clipboard
const val unset: OverflowProperty
visible
Link copied to clipboard
val visible: OverflowProperty