public void LoadHTML(string htmlContent) { htmlContent = DoTemplateReplacements(htmlContent); TextWidget textwdigt = new TextWidget("some test text"); textwdigt.AnchorCenter(); AddChild(textwdigt); }