Skip to main content

Image (이미지) Widget Control

This page lists the Widget Control (Property · Method · Event) you use to control the Image widget from a script. For an introduction to the widget and how to use it, visit Image.

info

In the examples below, imageID is the name (ID) you assigned to the Image widget on the canvas. In a script, access members as widgetID.member.

Property

info

Not applicable — the Image widget has no script-only Property. In a script, read and write its values with the common Widget Control below (getProperty / setProperty).

Method

info

Not applicable — the Image widget has no dedicated Method. Use the common Widget Control below.

Event

info

Not applicable — the Image widget has no dedicated Event.

Common Widget Control (all widgets)

note

Every widget supports name-based common Widget Control (Method) such as setProperty, getProperty, and setStyleProperty. See the common reference doc (to be written).