# Bunifu Form Resize Icon

## Overview

**Bunifu Form Resize Icon** is a helper control that indicates to the users that the borderless form is **resizable**. This control is used with the [Bunifu Form Resizer](https://docs2.bunifuframework.com/docs/ui/components/bunifu-form-resizer) component which enables the resizing events on a borderless form. The icon is usually placed at the bottom right corner of the Windows Form. Here's a demo of an application using a Bunifu Form Resize Icon:

![](https://1116551356-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M7fmEPVv4n0I819sdaz%2Fuploads%2FpwVYRtvuCeYOx3QajOZw%2FResize%20icon%20main.gif?alt=media\&token=d2d46674-4813-40b2-a6c8-45c2277690ff)

## **Getting started**

### Adding Bunifu Form Resize **Icon** at Design Time

Bunifu Form Resize Icon can be added to the form by dragging a BunifuFormResizeIcon control from the toolbox. It can be at the bottom right corner of the Windows Form

![](https://1116551356-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M7fmEPVv4n0I819sdaz%2Fuploads%2FSRErQKAT7fjDG1M3ZJPn%2Fimage.png?alt=media\&token=ac87854d-0c47-4c14-9629-5bba34c2ce77)

Place it in the **lower right** corner of the Windows form. Also make sure that the anchor property is set to the values bottom, right. Make sure the padding property of the form is set to at least the value of **1** on the *top* and *left* sides. And a value of **3** and **2** for the *right* and *bottom* sides, respectively.

![](https://1116551356-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M7fmEPVv4n0I819sdaz%2Fuploads%2FE97SlgJ2McsCDrNkzUk9%2FResize%20icon%2003.png?alt=media\&token=1887fdc8-7f48-4f72-8b0b-54f881cf1c60)

{% hint style="info" %}
Note that if you had placed a **`StatusStrip`** control in the form, then there is no need to place the Resizer Icon on the form.
{% endhint %}

For the resizing events on your borderless form, please visit this [documentation link](https://docs2.bunifuframework.com/docs/ui/components/bunifu-form-resizer) to implement the resizing functionality of the form.

### Properties

The below property controls the appearance of the resize icon:

#### `IconSize`

This property enables you to set both height and width of the grip (indicator) icon. The more the value the larger the icon.


---

# 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://docs2.bunifuframework.com/docs/ui/controls/bunifu-form-resize-icon.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.
