SimpleOptionalBorderProperty

open class SimpleOptionalBorderProperty(initialValue: Border?, bean: Any? = null, beanName: String? = null) : SimpleProperty<Border?> , OptionalBorderProperty

Boilerplate which avoids having to use generics.

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

Constructors

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