TextBlock_188
is inside a SizeBox
, so Slot as Overlay Slot
won’t work.
You might want to get the SizeBox
variable instead of TextBlock_188
and do Slot as Overlay Slot
.
OR
use Slot as SizeBox Slot
instead of Slot as Overlay Slot
on TextBlock_188
.