color
opacity
background-color
border-top-width
border-right-width
border-bottom-width
border-left-width
border-width
border-top-style
border-right-style
border-bottom-style
border-left-style
border-style
border-top-color
border-right-color
border-bottom-color
border-left-color
border-color
border-top-left-radius
border-top-right-radius
border-bottom-right-radius
border-bottom-left-radius
border-radius
border-top
border-right
border-bottom
border-left
border
font-family
font-weight
font-stretch
font-size
font-style
width
min-width
max-width
height
min-height
max-height
margin-top
margin-bottom
margin-right
margin-left
margin
padding-top
padding-bottom
padding-right
padding-left
padding
Styles list all modules
Module: Panels
Properties:
width
min-width
max-width
height
min-height
max-height
margin-top
margin-bottom
margin-right
margin-left
margin
padding-top
padding-bottom
padding-right
padding-left
padding

Panels
width
The width of the panel.
Property Specification:
Syntax <length> | auto | initial | inherit
Initial value auto
Applies to all elements
Inheritance false
Type of computed value UINT
Functions element::setWidth()
element::getWidthStr()
element::getWidth()
element::testWidth()
Property Values:
<length> A length value.
auto Keyword.
initial Keyword. Sets the property to its initial value.
inherit Keyword. Inherits the value from the parent element.
min-width
The min-width of the panel.
Property Specification:
Syntax <length> | initial | inherit
Initial value 0
Applies to all elements
Inheritance false
Type of computed value UINT
Functions element::setMinWidth()
element::getMinWidthStr()
element::getMinWidth()
Property Values:
<length> A length value.
initial Keyword. Sets the property to its initial value.
inherit Keyword. Inherits the value from the parent element.
max-width
The max-width of the panel.
Property Specification:
Syntax <length> | none | initial | inherit
Initial value none
Applies to all elements
Inheritance false
Type of computed value UINT
Functions element::setMaxWidth()
element::getMaxWidthStr()
element::getMaxWidth()
Property Values:
<length> A length value.
none Keyword.
initial Keyword. Sets the property to its initial value.
inherit Keyword. Inherits the value from the parent element.
height
The height of the panel.
Property Specification:
Syntax <length> | auto | initial | inherit
Initial value auto
Applies to all elements
Inheritance false
Type of computed value UINT
Functions element::setHeight()
element::getHeightStr()
element::getHeight()
Property Values:
<length> A length value.
auto Keyword.
initial Keyword. Sets the property to its initial value.
inherit Keyword. Inherits the value from the parent element.
min-height
The min-height of the panel.
Property Specification:
Syntax <length> | initial | inherit
Initial value 0
Applies to all elements
Inheritance false
Type of computed value UINT
Functions element::setMinHeight()
element::getMinHeightStr()
element::getMinHeight()
Property Values:
<length> A length value.
initial Keyword. Sets the property to its initial value.
inherit Keyword. Inherits the value from the parent element.
max-height
The max-height of the panel.
Property Specification:
Syntax <length> | none | initial | inherit
Initial value none
Applies to all elements
Inheritance false
Type of computed value UINT
Functions element::setMaxHeight()
element::getMaxHeightStr()
element::getMaxHeight()
Property Values:
<length> A length value.
none Keyword.
initial Keyword. Sets the property to its initial value.
inherit Keyword. Inherits the value from the parent element.
margin-top
The top margin of the panel.
Property Specification:
Syntax <length> | initial | inherit
Initial value 0
Applies to all elements
Inheritance false
Type of computed value INT
Functions element::setMarginTop()
element::getMarginTopStr()
element::getMarginTop()
Property Values:
<length> A length value.
initial Keyword. Sets the property to its initial value.
inherit Keyword. Inherits the value from the parent element.
margin-bottom
The bottom margin of the panel.
Property Specification:
Syntax <length> | initial | inherit
Initial value 0
Applies to all elements
Inheritance false
Type of computed value INT
Functions element::setMarginBottom()
element::getMarginBottomStr()
element::getMarginBottom()
Property Values:
<length> A length value.
initial Keyword. Sets the property to its initial value.
inherit Keyword. Inherits the value from the parent element.
margin-right
The right margin of the panel.
Property Specification:
Syntax <length> | initial | inherit
Initial value 0
Applies to all elements
Inheritance false
Type of computed value INT
Functions element::setMarginRight()
element::getMarginRightStr()
element::getMarginRight()
Property Values:
<length> A length value.
initial Keyword. Sets the property to its initial value.
inherit Keyword. Inherits the value from the parent element.
margin-left
The left margin of the panel.
Property Specification:
Syntax <length> | initial | inherit
Initial value 0
Applies to all elements
Inheritance false
Type of computed value INT
Functions element::setMarginLeft()
element::getMarginLeftStr()
element::getMarginLeft()
Property Values:
<length> A length value.
initial Keyword. Sets the property to its initial value.
inherit Keyword. Inherits the value from the parent element.
margin
Shorthand for margin-*.
Property Specification:
Syntax <length> | initial | inherit
Initial value 0
Applies to all elements
Inheritance false
Type of computed value INT
Functions element::setMargin()
element::getMarginStr()
element::getMargin()
Shorthand This is a shorthand for the following properties:
margin-top,
margin-right,
margin-bottom,
margin-left
Possible number of items: 4, 3, 2, 1
Property Values:
<length> A length value.
initial Keyword. Sets the property to its initial value.
inherit Keyword. Inherits the value from the parent element.
padding-top
The top padding of the panel.
Property Specification:
Syntax <length> | initial | inherit
Initial value 0
Applies to all elements
Inheritance false
Type of computed value UINT
Functions element::setPaddingTop()
element::getPaddingTopStr()
element::getPaddingTop()
Property Values:
<length> A length value.
initial Keyword. Sets the property to its initial value.
inherit Keyword. Inherits the value from the parent element.
padding-bottom
The bottom padding of the panel.
Property Specification:
Syntax <length> | initial | inherit
Initial value 0
Applies to all elements
Inheritance false
Type of computed value UINT
Functions element::setPaddingBottom()
element::getPaddingBottomStr()
element::getPaddingBottom()
Property Values:
<length> A length value.
initial Keyword. Sets the property to its initial value.
inherit Keyword. Inherits the value from the parent element.
padding-right
The right padding of the panel.
Property Specification:
Syntax <length> | initial | inherit
Initial value 0
Applies to all elements
Inheritance false
Type of computed value UINT
Functions element::setPaddingRight()
element::getPaddingRightStr()
element::getPaddingRight()
Property Values:
<length> A length value.
initial Keyword. Sets the property to its initial value.
inherit Keyword. Inherits the value from the parent element.
padding-left
The left padding of the panel.
Property Specification:
Syntax <length> | initial | inherit
Initial value 0
Applies to all elements
Inheritance false
Type of computed value UINT
Functions element::setPaddingLeft()
element::getPaddingLeftStr()
element::getPaddingLeft()
Property Values:
<length> A length value.
initial Keyword. Sets the property to its initial value.
inherit Keyword. Inherits the value from the parent element.
padding
Shorthand for padding-*.
Property Specification:
Syntax <length> | initial | inherit
Initial value 0
Applies to all elements
Inheritance false
Type of computed value UINT
Functions element::setPadding()
element::getPaddingStr()
element::getPadding()
Shorthand This is a shorthand for the following properties:
padding-top,
padding-right,
padding-bottom,
padding-left
Possible number of items: 4, 3, 2, 1
Property Values:
<length> A length value.
initial Keyword. Sets the property to its initial value.
inherit Keyword. Inherits the value from the parent element.