I wanted to attach the text+ node's offset value to a rectangle node's center value.
I wrote this - Point(Rectangle1.Center.X, Rectangle1.Center.Y)
the text didn't appear exactly at the center of the rectangle. But when I attached a transform node to the Text+ node and then wrote this expression in the transform node's Center value. Then it worked. Why is that??