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
Content copied to clipboard
A Kotlin delegate
to create a BorderProperty (the implementation will be a SimpleBorderProperty. Typical usage :
val fooProperty by borderProperty( initialValue )
var foo by fooProperty