orientationProperty

A Kotlin delegate to create a OrientationProperty (the implementation will be a SimpleOrientationProperty. Typical usage :

val fooProperty by orientationProperty( initialValue )
var foo by fooProperty