ReadOnlyContentDisplayProperty
interface ReadOnlyContentDisplayProperty : ObservableContentDisplay, ReadOnlyProperty<ContentDisplay>
Boilerplate which avoids having to use generics. Instead of ReadOnlyProperty<ContentDisplay>
, use ReadOnlyContentDisplayProperty
.