Developer Documentation Library > Interview templates > Other information
 
Other information
Changing the default icon
To remove the default icon from controls, set the Style.Icon property to the space character. For example:
IOM.DefaultStyles.Questions[QuestionStyleTypes.qsText].Style.Icon = " "
When using the UX4 template, the Style.Icon property can be set to any item in the UX4 Icon Library. See
Setting UX4 attributes: Using ux4_attributes_<attributename>
For example, to remove the default icon:
[
  ux4_attributes_icon = ""
]
To set alignment
[
ux4_attributes = "{ textAlign: 'left' }"
]
You can use the standard ux4 attributes to implement this if you're using the ux4 template. Refer:
See
Interview templates