borderProperty

A Kotlin delegate to create a BorderProperty (the implementation will be a SimpleBorderProperty. Typical usage :

val fooProperty by borderProperty( initialValue )
var foo by fooProperty