Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable Text property to act as Content
This is useful to easily use html snippets in xaml: ```xaml <htm:HtmlLabel> <![CDATA[ <p><b>Hello <u>World</u></b></p> <p><i>This is a Sample Paragraph</i> in html coming from CDATA section</p> ]]> </htm:HtmlLabel> ```
- Loading branch information