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

{ iconPosition: right }
show assert "My Assert" a1b1 with
  myAssertion

// Example: label
{ iconPosition: right }
show label "My Label" a1b1

// Example: menu > entry
show menu "" a1b3 with
  "Section" { iconPosition: right }

User Contributed Notes
0 notes + add a note