Hi,
> layout_root.rect.set_value(Canvas.TopProperty, 0.0)
not sure if this syntax is supposed to work or not, as I'm just
getting into "attached properties".
But the following syntax works instead, if someone is trying to achieve this:
Canvas.SetTop(text_block, 200)
hth,
-- Thibaut