SimpleBorderProperty

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

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

Constructors

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