Aim:
Some properties are common to all UI Flex Components.
Properties: |
1). color=”specify any color “ -Color of text in the component, one way is like GREEN, YELLOW, RED and another way is #2211FF, #AABBCC |
2). fontSize=”Specify pixel” -Height of the text, in pixels. You give any number. |
3). fontStyle=Determines whether the text is italic font. Recognized values are "normal" and "italic" . |
4). fontWeight=Determines whether the text is boldface. Recognized values are normal and bold . The default value for Button controls is bold . The default value for all other controls is normal . |
5). toolTip=Text to display in the ToolTip. |