OptionalTextPositionProperty
interface OptionalTextPositionProperty : Property<TextPosition?> , ReadOnlyOptionalTextPositionProperty
Boilerplate which avoids having to use generics.
Similar to TextPositionProperty, but the value can also be null
.