btnHighlightedIconPath

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

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

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

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

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