ReadOnlyOptionalAlignmentProperty
interface ReadOnlyOptionalAlignmentProperty : ObservableOptionalAlignment, ReadOnlyProperty<Alignment?>
Boilerplate which avoids having to use generics.
Similar to ReadOnlyAlignmentProperty, but the value can also be null
.