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.

Constructors

Link copied to clipboard
constructor(initialValue: Alignment, bean: Any? = null, beanName: String? = null)