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