# Shape

![](/files/-MSTkATsc5iT8RZLutaa)

A Shape is a frame composed by a geometric figure: line or rectangle. This Control doesn’t interact with the user. You can use Shapes to stylish your application.

### Properties

![](/files/-MSTk_Ynm2X2kSB9EYyL)

The available options are:

*Common*

* **Name** - Name of the Control. This Name will be used to identify the Control throughout the Project. The name of the Control can only contain letters, digits or underscore (\_).
* **Description** - Description of the Control. This Description is for your information only, Kalipso does nothing with it.

*Layout*

* **X** - X position of the Control
* **Y** - Y position of the Control.
* **Width** - Width of the Control.
* **Height** - Height of the Control. It is only available when a rectangle or circumference is chosen in style.

*Condition*

* **Condition** - Condition to be verified before displaying the control.

When clicked, a list of conditions already created is accessed. However, you can add more by clicking on the icon on the right. Then a new window appears:

![](/files/-MSSXaTkiBekrwH9RufL)

In the table are the conditions already created and on the right side new conditions can be added or edited.

*Style*

* **Shape Type** - Its Possible to choose a Rectangule, a Circumference or a Line.
* **Thickness** - Select the thickness of the shape line.
* **Line Color** - Select the line color.
* **Orientation** - The shape orientation.

{% hint style="info" %}
Shape objects cannot overlap with any object other than other shapes in the same form. If you try to place a shape on top of another control it will not appear on top, but under the existing control.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/report/controls/shape.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
