IFrame¶
The IFrame control is used to embed another web page in the current web page to render the content of the URL page.

Properties
| Name | Description |
|---|---|
| Name | The name of this control. |
| X | The distance between the left side of the control and the left side of the canvas. |
| Y | The distance between the top of the control and the top of the canvas. |
| W | The width of the control. |
| H | The height of the control. |
| Iframe | Set the URL embedded in the Iframe. You can click the bind button to bind the relevant URL address, or directly fill in the URL address in the input box. ![]() |
| Border | Set the border color and border thickness. |
Event
Allows you to perform specific events based on certain conditions. See the full description of each event on the 2D Visualization-> Event page.
Example
Through IFrame, open the google page.

| Property | Value |
|---|---|
| Border color | dcdcdc |
| Border thickness | 2 |
| URL | https://www.google.cn/ |
