Let’s explore how to modify form properties using the Properties window. The Form Property panel is displayed in the image below.

Set the height to 400 and the width to 600, then observe the current size of the form as shown in the image below.

The form’s height and width are outlined by the dotted line in the designer.
Select the preferred color using the Background Color option available in the Form Properties panel, as shown in the image below.

You can pick a background color from the color palette, where the dot indicates the currently selected color. The form’s background color will update immediately to reflect your selection, as illustrated below.

To add a background image, click the Upload Image icon under the Image option, as shown in the image below.

You can then select an image from the popup window to set as the background.

Once an image is selected, it will be set as the background, as illustrated in the image below.

As shown in the image below, you can adjust the background image opacity using the Image Opacity option.

To remove the background image, click the Delete icon within the Background Image section.

This action will immediately delete the background image, as demonstrated in the image below.

Changing the properties of the controls using properties window:
Let’s look at how to modify the control’s property.
Click on the Label control to view its properties in the right-side panel, as shown in the image below.

This panel displays a categorized list of configurable properties specific to the selected control. The properties are organized into seven distinct sections, making it easier to locate and configure specific settings for the control.
1.General
The General Properties section consists of nine configurable settings, as illustrated in the image below.

2.Style
The style properties are grouped under this section as shown in the image below.


3.Reports
The reports section displays as shown below.

This property will show the report in which the control is used.
4.Rules
The Rules section is displayed in the image below.

When you click the down arrow, the Create Rule option appears. Selecting this option creates a new rule with the label control as the trigger.
5.Template
The Template section is displayed in the image below.

Enabling this option inherit control style from applied template.
6.Custom Style
The css class name can be provided in this section as shown in the image below.

7.Custom Property
Custom Property has HTML Attribute property as shown in the image below.

Clicking on the settings icon opens the Custom HTML Attribute window, as shown in the image below, where you can add HTML attributes and their corresponding values.
