Divider-V (세로 구분선) Widget Control
The Widget Control reference for controlling the Divider-V widget from a script. For an introduction to the widget and how to use it, visit Divider-V.
The verticaldividerID in the examples below is the name (ID) you assigned to the Divider-V widget on the canvas. In a script, access it as widgetID.member.
Property
Not applicable — the Divider-V widget has no script-only Property. In a script, read and write values with the common Widget Controls (getProperty / setProperty) below.
Method
Not applicable — the Divider-V widget has no dedicated Method. Use the common Widget Controls below.
Event
Not applicable — the Divider-V widget has no dedicated Event.
Common Widget Control (all widgets)
Every widget can use name-based common Widget Controls (Method) such as setProperty / getProperty / setStyleProperty. For example: verticaldividerID.setProperty("color", "#CCCCCC"). See the common reference doc (to be written).