SimpleOptionalHAlignmentProperty
open class SimpleOptionalHAlignmentProperty(initialValue: HAlignment?, bean: Any? = null, beanName: String? = null) : SimpleProperty<HAlignment?> , OptionalHAlignmentProperty
Boilerplate which avoids having to use generics.
Similar to SimpleHAlignmentProperty, but the value can also be null
.