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