PanelExpanderButton color change?

How to change panelExpanderButton color
$(“PanelExpanderButton”, “LIST”, // the name of the element whose visibility this button toggles
{ row: 0, alignment: go.Spot.TopRight}),

        $("PanelExpanderButton",
          {
            ...,
            "ButtonBorder.fill": "cyan",
            "ButtonIcon.stroke": "red",
          })