SimpleFontStyleProperty

open class SimpleFontStyleProperty(initialValue: FontStyle, bean: Any? = null, beanName: String? = null) : SimpleProperty<FontStyle> , FontStyleProperty

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

Constructors

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