# Rectangle Properties

<figure><img src="/files/q8eKl1KDTLsTi1bMFhFf" alt="Rectangle UI"><figcaption><p>Rectangle UI</p></figcaption></figure>

### Components of Text UI

| Component          | Description                                                                                                                                                      |
| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Align Icons**    | Click icons or use shortcut keys to align text. For example, click "Align Left" or use Ctrl+Shift+Left to left-align text.                                       |
| **Positions**      | Set Container positions on the X and Y axis of the mobile canvas.                                                                                                |
| **Container Size** | Specify the width and height of the container by providing values for width (w) and height (h).                                                                  |
| **Z rotation**     | Rotate the container by specifying a rotation value.                                                                                                             |
| **Border Radius**  | Adjust corner curvature by providing a value to create rounded corners. Individual corner adjustments are available by clicking on each corner.                  |
| **Margin**         | Provide margin to the container from any of the four directions by specifying the margin value.                                                                  |
| **Fill Color**     | Choose a color to fill the container's interior.                                                                                                                 |
| **Border Color**   | Choose a color to set the container's border color. Adjust the border color from inside, outside, or center of the container by selecting it from the drop down. |
| **Border Width**   | Adjust the border width by providing a value. Select specific sides for border width by clicking the checkboxes.                                                 |
| **Shadow**         | Apply a shadow effect to the container by selecting either a normal or inner shadow type.                                                                        |
| **Visible**        | By checking the checkbox the entire selected list will be hidden.                                                                                                |

If you have any ideas to make Blup better you can share them through our [Discord community channel](https://discord.com/channels/940632966093234176/965313562425823303)

## Music to go with.

{% embed url="<https://open.spotify.com/playlist/0vvXsWCC9xrXsKd4FyS8kM?si=2c7f55bd3f944878>" %}
Lofi music
{% endembed %}


---

# 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://docs.blup.in/wiki/design-ui/properties-panel/rectangle-properties.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.
