# 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.
