ReadOnlyOptionalVAlignmentProperty
interface ReadOnlyOptionalVAlignmentProperty : ObservableOptionalVAlignment, ReadOnlyProperty<VAlignment?>
Boilerplate which avoids having to use generics.
Similar to ReadOnlyVAlignmentProperty, but the value can also be null
.