optionalFixedFormatProperty
fun optionalFixedFormatProperty(initialValue: FixedFormat?): PropertyDelegate<FixedFormat?, OptionalFixedFormatProperty>
A Kotlin delegate to create an OptionalFixedFormatProperty (the implementation will be a SimpleOptionalFixedFormatProperty. Typical usage :
val fooProperty by optionalFixedFormatProperty( initialValue )
var foo by fooPropertyContent copied to clipboard