i am curious about this one, few days back i was working on a project and there was a requirement to show label test in different font weights and styles
like mentioned here on this link : http://www.wpf-tutorial.com/basic-controls/the-textblock-control-inline-formatting/
i couldn't find a way to do it like we do it in wpf ... at the end i just added multiple labels in a grid(i don't like this approach because it is more code and also more controls to render).
is it possible?