optionalOrientationProperty
fun optionalOrientationProperty(initialValue: Orientation?): PropertyDelegate<Orientation?, OptionalOrientationProperty>
A Kotlin delegate to create an OptionalOrientationProperty (the implementation will be a SimpleOptionalOrientationProperty. Typical usage :
val fooProperty by optionalOrientationProperty( initialValue )
var foo by fooPropertyContent copied to clipboard