SimpleVAlignmentProperty

open class SimpleVAlignmentProperty(initialValue: VAlignment, bean: Any? = null, beanName: String? = null) : SimpleProperty<VAlignment> , VAlignmentProperty

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

Constructors

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