btnIconPath

Typeproperty
Dictionarywidget.powerbutton
LibraryPower button
Syntax
set the btnIconPath of widget to <SVGPath>
get the btnIconPath of widget
Associationscom.livecode.widget.powerbutton
Summary

The path data displayed by the widget as icon when the button is in its normal state.

OSmac, windows, linux, ios, android, web
Platformsdesktop, mobile
Example
set the btnIconPath of widget "Power button" to "M10,20V14H14V20H19V12H22L12,3L2,12H5V20H10Z"
Description

Use the btnIconPath property to specify the path data displayed by the widget as icon when the button is in its normal state.

By setting this property the value of btnIcon (property) will be ignored.