SimpleHAlignmentProperty

open class SimpleHAlignmentProperty(initialValue: HAlignment, bean: Any? = null, beanName: String? = null) : SimpleProperty<HAlignment> , HAlignmentProperty

Boilerplate which avoids having to use generics. Instead of SimpleProperty<HAlignment>, we can use SimpleHAlignmentProperty.

Constructors

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