Get position in Widget

Yeah, just checked. The position you get is relative to where the anchor point for the border is placed. So with the anchor placed in the center, this white border is up -300 and right +100 from there. If you anchor from the bottom left corner, then all values will be positive from that point up and to the right. Just dont use the anchor where it does from all 4 corners because then you’ll have to deal with top, bottom, left and right values all staying in sync in order for the size of the border to remain the same.