Properties of Body in Library Component
The properties of the body in the library component contents are as follows:
| Property Name | Description |
|---|---|
| Border | |
| Bottom Border Color | Shows the color of the bottom border line of the object. This property is read only.
Data type: String |
| Bottom Border Thickness | Shows the thickness of the bottom border line of the object. This property is read only.
Data type: Float |
| Bottom Line | Shows the line style of the bottom border of the object. This property is read only.
Data type: Enumeration |
| Left Border Color | Shows the color of the left border line of the object. This property is read only.
Data type: String |
| Left Border Thickness | Shows the thickness of the left border line of the object. This property is read only.
Data type: Float |
| Left Line | Shows the line style of the left border of the object. This property is read only.
Data type: Enumeration |
| Right Border Color | Shows the color of the right border line of the object. This property is read only.
Data type: String |
| Right Border Thickness | Shows the thickness of the right border line of the object. This property is read only.
Data type: Float |
| Right Line | Shows the line style of the right border of the object. This property is read only.
Data type: Enumeration |
| Top Border Color | Shows the color of the top border line of the object. This property is read only.
Data type: String |
| Top Border Thickness | Shows the thickness of the top border line of the object. This property is read only.
Data type: Float |
| Top Line | Shows the line style of the top border of the object. This property is read only.
Data type: Enumeration |
| Color | |
| Background | Specifies the background color of the object. Choose a color from the drop-down list or select Custom to customize a color. You can also enter a hexadecimal RGB value (for example, 0xff0000) to specify a color.
Data type: String |
| CSS | |
| Class | Specifies a CSS class to be applied to the object which is a valid class in the CSS file.
Data type: String |
| Padding | |
| Bottom Padding | Specifies the space between the text and the bottom border of the object. Enter a numeric value to change the padding.
Data type: Float |
| Left Padding | Specifies the space between the text and the left border of the object. Enter a numeric value to change the padding.
Data type: Float |
| Right Padding | Specifies the space between the text and the right border of the object. Enter a numeric value to change the padding.
Data type: Float |
| Top Padding | Specifies the space between the text and the top border of the object. Enter a numeric value to change the padding.
Data type: Float |
| Margin | |
| Bottom Margin | Specifies the distance between the body and the bottom border of the content. Enter a numeric value to change the margin.
Data type: Float |
| Left Margin | Specifies the distance between the body and the left border of the content. Enter a numeric value to change the margin.
Data type: Float |
| Right Margin | Specifies the distance between the body and the right border of the content. Enter a numeric value to change the margin.
Data type: Float |
| Top Margin | Specifies the distance between the body and the top border of the content. Enter a numeric value to change the margin.
Data type: Float |
Previous Topic