ReadOnlyOptionalBackgroundProperty
interface ReadOnlyOptionalBackgroundProperty : ObservableOptionalBackground, ReadOnlyProperty<Background?>
Boilerplate which avoids having to use generics.
Similar to ReadOnlyBackgroundProperty, but the value can also be null
.