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