HTML Label Style Demo
This demo shows how HTML can be used for rendering labels with a custom label style.
The custom style uses an embedded HTML element using the HtmlVisual.
HTML Label Editor
Creating and Editing Labels
- Press the F2 key while an element or connection is selected.
-
Insert HTML markup into the editor, i.e.
<strong>Hello World</strong>
Styling Labels with CSS
The stylesheet for labels
html-label.css shows how the label texts are styled.
Related Demos