RadLabel shares most of the properties of the standard Windows Form Label, including:
- The BackColor property sets the background color of the control.
- The BackgroundImage and BackgroundImageLayout properties allow you to tile, center, stretch, or zoom an image across the control.
- The ForeColor property sets the Text property of the control.
- The Text property sets the text in the control.
The example below has the BackgroundImage property set to "BlueHills.jpg" (available in the \Samples Pictures directory of many Windows installations) and BackgroundImageLayout set to Stretch. The ForeColor property is set to White.