> For the complete documentation index, see [llms.txt](https://docs.wisej.com/migration/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wisej.com/migration/winforms-to-wisej-1/optimizations-after-migration/label-wrapper.md).

# Label Wrapper

Wisej.NET adds a very useful feature with the [Label Wrapper](https://docs.wisej.com/docs/controls/general/labels).\
It allows a control to display a label without having to create a separate Label control.

Moving those controls in the designer also moves the label widget and you can control its [position](https://docs.wisej.com/docs/controls/general/labels#position), font, color etc. very easily even using [HTML](https://docs.wisej.com/docs/controls/general/labels#html) to format it.

[Mnemonics](https://docs.wisej.com/docs/controls/general/labels#mnemonics) are quite common in Desktop applications but rarely seen in most Web applications. The Label Wrapper fully supports them, too.
