Skip to content

Latest commit

 

History

History
61 lines (27 loc) · 1.32 KB

design-patterns-controls-CustomHtml.md

File metadata and controls

61 lines (27 loc) · 1.32 KB

CustomHtml

Basics

The CustomHTML control enables you to easily display html formatted text.

When to use

Use CustomHTML control to display HTML text

Best practices

Do

  • Set the label to describe the HTML text you are displaying
  • Use concise, meaningful infoBalloonContext to further explain the HTML content purpose.

Don't

Developer tips and tricks

Interactive control and sample source code

Go to the playground site to use the latest control and get source code for your project. Learn more about playground.

Related info