ReadOnlyKeyCombinationProperty
interface ReadOnlyKeyCombinationProperty : ObservableKeyCombination, ReadOnlyProperty<KeyCombination>
Boilerplate which avoids having to use generics. Instead of ReadOnlyProperty<KeyCombination>
, use ReadOnlyKeyCombinationProperty
.