SimpleImageProperty
open class SimpleImageProperty(initialValue: Image, bean: Any? = null, beanName: String? = null) : SimpleProperty<Image> , ImageProperty
Boilerplate which avoids having to use generics. Instead of SimpleProperty<Image>, we can use SimpleImageProperty.