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