OptionalOrientationProperty
interface OptionalOrientationProperty : Property<Orientation?> , ReadOnlyOptionalOrientationProperty
Boilerplate which avoids having to use generics.
Similar to OrientationProperty, but the value can also be null
.