SimpleBackgroundProperty
open class SimpleBackgroundProperty(initialValue: Background, bean: Any? = null, beanName: String? = null) : SimpleProperty<Background> , BackgroundProperty
Boilerplate which avoids having to use generics. Instead of SimpleProperty<Background>
, we can use SimpleBackgroundProperty
.