SimpleFontProperty

open class SimpleFontProperty(initialValue: Font, bean: Any? = null, beanName: String? = null) : SimpleProperty<Font> , FontProperty

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

Constructors

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