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