SimpleOptionalHAlignmentProperty

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

Boilerplate which avoids having to use generics.

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

Constructors

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