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