Label
[TOC]
The View Builder's Label Section, contains the following properties :

Appearance
| Properties | Description |
|---|---|
| BackColor | The background color of the field. |
| Font | The font of the component. |
| ForeColor | The fore color of the field. |
| Text | The text to be displayed on the field. |
| TextAlignment | Determines the position of the text within the label. |
| WordWrap | Wrapping of the text in the component. |
Behavior
| Properties | Description |
|---|---|
| EnableMouseEvents | Determines whether the field gets mouse Events. |
| MouseOverHand | Determines whether the field shows hand when mouse is over it. |
| Visible | Determines whether the field is visible or hidden. |
Border
| Properties | Description |
|---|---|
| BorderColor | The border color of the field. |
| BorderDashStyle | Set the line style of the border. |
| BorderEnabled | Enables border of the field. |
| BorderStyle | Set sides of border to draw. |
| BorderWidth | Width of border of the field. |
Design
| Properties | Description |
|---|---|
| Locked | Object will not ne clicked in the designer. |
| Name | Indicates the name used in scripts to identify the object. |
| ToolTip |
Layout
| Properties | Description |
|---|---|
| Location | The coordinates of the upper-left corner of the field. |
| Margin | Specifies the inner margin of the control that will be used to clip and align text. |
| Size | The size of the field in pixels. |
Scripts
| Properties | Description |
|---|---|
| OnMouseClick | Script that will be performed when field is clicked. |
| OnMouseEnter | Script that will be performed when mouse comes over top of field. |
| OnMouseLeave | Script that will be performed when mouse is no longer over the field. |