Style Manager
This video tutorial will help you know everything about the Style Manager. You can learn what the style manager as a UI layer is and how you can use it to make your web application interesting.
1. UI Panel
Style manager is the UI layer of the web app. It helps to place objects as per your preference such as buttons etc. When you select a button the UI panel appearing on the right-hand-side can be used to make changes.
2. Alignment
As the name suggests it aligns objects left, right and center. The object moves within the parent layer.
3. Display
With this you can display or showcase the elements by choosing them from the dropdown.
4. Position
This is the position attribute of CSS. It can be set to position the object as static, fixed etc.
5. Top, Right, Left, Bottom
These are advanced options for object placements.
6. Dimension
This option helps you set the objetc's height, width as maximum or minimum form.
7. Margin
This defines the gap of the object from the top, bottom, right or left, within the parent component.
8. Padding
The objects inside the component can be adjusted to the top, bottom, left or right with padding.
9. Font and Font Size
You can add your preferred font to the chosen object. While you can customizes size of the font with font size.
10. Letter Spacing
Add spacing to the letters with this option.
11. Font Style
change style of fonts with font style
12. Font Color
Change colors of your font using this option.
13. Line Height
Change the height of the lines with this option.
14. Text Align
Align the text using this option.
15. Text Decoration
Highlight your text in various ways using text decorations like underline etc.
16. Text Shadow
Apply shadow to your text using this option.
17. Decorations
Add decorations such as shadow, opacity, background etc. to your text.
18. Border
Apply border to your object with this option.
19. Animation
Add animation to your dynamic web app using this option.
20. Extra
Diversify your animation using these options in Extra.
21. Flex
Use Flex properties to build a dynamic web app.