textPositionProperty

A Kotlin delegate to create a TextPositionProperty (the implementation will be a SimpleTextPositionProperty. Typical usage :

val fooProperty by textPositionProperty( initialValue )
var foo by fooProperty