StyleCode Property: iconPosition

iconPosition

Specifies the position of the icon relative to the label.

Applies to Type Default
assert
label
menu > entry
left, right left

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" }

User Contributed Notes
0 notes + add a note