SimpleOptionalVAlignmentProperty

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

Boilerplate which avoids having to use generics.

Similar to SimpleVAlignmentProperty, but the value can also be null.

Constructors

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