Style Editor
Wherever the style property and the Styles
icon appear in the Property Editor, you can click on the icon to display the style editor.

The following menus are available in the style editor:
- Text
- Background
- Margin and Padding
- Border
- Shape
- Misc

You can quickly make adjustments to the styles by clicking on them in the Applied Styles panel.
When you hover over a style listed in the panel, a Delete
icon is displayed. Click on it to delete the style.

If you made new edits to an existing style attribute, you can hover over the style and an Undo
icon is displayed. Click on it to revert to the previously saved setting.

You can minimize the Applied Styles panel by clicking on the Arrow
icon to the left of the name. Click the arrow again to reopen the panel.

Expanding a category enables you to set the properties associated with it. Here is an example of the Style Editor with the Text menu expanded and a few options selected:
- color: #800080
- font-family: times
- font-size: 19px
- font-weight: bold
- text-align: center

Note: Applying individual style elements to a component will overwrite the settings for the same style elements being applied from a Style Class.
Some components can have multiple individual Style elements, with each one focusing on a different part of the component. When these styles have a conflict, the more specific style wins out, and sets the style for that particular property.
CSS Lengths
Styles, by default, make use of pixels (px) when it comes to length. However all CSS lengths are available and can be used by specifying the unit. For example, a font can be specified in points by appending the unit "pt". For example: