SimpleOptionalFontProperty

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

Boilerplate which avoids having to use generics.

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

Constructors

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