SimpleAlignmentProperty
open class SimpleAlignmentProperty(initialValue: Alignment, bean: Any? = null, beanName: String? = null) : SimpleProperty<Alignment> , AlignmentProperty
Boilerplate which avoids having to use generics. Instead of SimpleProperty<Alignment>
, we can use SimpleAlignmentProperty
.