SimpleTextPositionProperty
open class SimpleTextPositionProperty(initialValue: TextPosition, bean: Any? = null, beanName: String? = null) : SimpleProperty<TextPosition> , TextPositionProperty
Boilerplate which avoids having to use generics. Instead of SimpleProperty<TextPosition>
, we can use SimpleTextPositionProperty
.