alignmentProperty
A Kotlin delegate
to create a AlignmentProperty (the implementation will be a SimpleAlignmentProperty. Typical usage :
val fooProperty by alignmentProperty( initialValue )
var foo by fooProperty
Content copied to clipboard