optionalHAlignmentProperty
fun optionalHAlignmentProperty(initialValue: HAlignment?): PropertyDelegate<HAlignment?, OptionalHAlignmentProperty>
A Kotlin delegate to create an OptionalHAlignmentProperty (the implementation will be a SimpleOptionalHAlignmentProperty. Typical usage :
val fooProperty by optionalHAlignmentProperty( initialValue )
var foo by fooPropertyContent copied to clipboard