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