optionalBorderProperty

A Kotlin delegate to create an OptionalBorderProperty (the implementation will be a SimpleOptionalBorderProperty. Typical usage :

val fooProperty by optionalBorderProperty( initialValue )
var foo by fooProperty