ReadOnlyOptionalFixedFormatProperty
interface ReadOnlyOptionalFixedFormatProperty : ObservableOptionalFixedFormat, ReadOnlyProperty<FixedFormat?>
Boilerplate which avoids having to use generics.
Similar to ReadOnlyFixedFormatProperty, but the value can also be null
.