fixedFormatProperty
fun fixedFormatProperty(initialValue: FixedFormat): PropertyDelegate<FixedFormat, FixedFormatProperty>
A Kotlin delegate
to create a FixedFormatProperty (the implementation will be a SimpleFixedFormatProperty. Typical usage :
val fooProperty by fixedFormatProperty( initialValue )
var foo by fooProperty
Content copied to clipboard