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
.