Divider-H (가로 구분선) Widget Control
The Divider-H widget has no dedicated Widget Control (Property · Method · Event) for script control. For an introduction to the widget and how to use it, see Divider-H.
In the examples below, dividerID is the name (ID) you assigned to the Divider-H widget on the canvas. In a script, access it as dividerID.member.
Property
Not applicable — the Divider-H widget has no script-only Property. In a script, read and write values with the common Widget Controls below (getProperty / setProperty).
Method
Not applicable — the Divider-H widget has no dedicated Method. Use the common Widget Control below.
Event
Not applicable — the Divider-H 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, dividerID.setProperty("thickness", 2). See the common reference doc (to be written).