contentDisplayProperty
fun contentDisplayProperty(initialValue: ContentDisplay): PropertyDelegate<ContentDisplay, 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
Content copied to clipboard