ReadOnlyOptionalKeyCombinationProperty
interface ReadOnlyOptionalKeyCombinationProperty : ObservableOptionalKeyCombination, ReadOnlyProperty<KeyCombination?>
Boilerplate which avoids having to use generics.
Similar to ReadOnlyKeyCombinationProperty, but the value can also be null
.