backgroundProperty
A Kotlin delegate to create a BackgroundProperty (the implementation will be a SimpleBackgroundProperty. Typical usage :
val fooProperty by backgroundProperty( initialValue )
var foo by fooPropertyContent copied to clipboard