StylableOrientationProperty

class StylableOrientationProperty(initialValue: Orientation, bean: Any? = null, beanName: String? = null) : SimpleStylableProperty<Orientation> , OrientationProperty

Boilerplate which avoids having to use generics.

A subclass of SimpleOrientationProperty, which also stores the pre-styled value, so that if the style is removed, then the pre-styled value can be reinstated.

Constructors

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

Functions

Link copied to clipboard
open override fun kclass(): KClass<*>

Returns the Class for this Property's value, or null if bean or beanName have not been specified.