In your case, you probably want `rotateProperty()....
# tornadofx
e
In your case, you probably want
rotateProperty().bind(doubleBinding(observable, dependencies, here) { calculateResultHere() }
👍 1