contentDisplayProperty

A Kotlin delegate to create a ContentDisplayProperty (the implementation will be a SimpleContentDisplayProperty. Typical usage :

val fooProperty by contentDisplayProperty( initialValue )
var foo by fooProperty