|
|
Cascading Style Sheets
The HTMLUI control supports the use of the external, Internal and Inline stylesheets with the html document. This helps the user to define styles for HTML elements and decide the appearance of the HTML elements in the application. With HTMLUI users can add, remove or change the attributes at run time. With the help of this feature, the styles for html elements can also be applied at run time.
|
|
|
|
HTMLUI supports the following Cascading Style Sheet (CSS) attributes to be used along with the html document.
- color
- background-color
- text-align
- vertical-align
- cursor
- padding
- padding-left
- padding-top
- padding-right
- padding-bottom
- border
- border-left
- border-top
- border-right
- border-bottom
- border-style
- border-left-style
- border-top-style
- border-right-style
- border-bottom-style
- border-width
- border-left-width
- border-top-width
- border-right-width
- border-bottom-width
- border-color
- border-left-color
- border-top-color
- border-right-color
- border-bottom-color
- font-family
- font-style
- font-weight
- font-size
- text-decoration
- width
- height
- background-image
- background-repeat
Extensive Cascading Style Sheet Attributes Support
|
|
|
|
|
|
|