Navigation :
StyleCode Property: iconPosition
iconPosition
Specifies the position of the icon relative to the label.
Examples
// Example: assert
myAssertion = false
show assert "My Assert" a1b1 { iconPosition: "right" } with
myAssertion
// Example: label
show label "My Label" a1b1 { iconPosition: "right" }
// Example: menu > entry
show menu "" a1b3 with
"Section" { iconPosition: "right" }