Tizen Native API
5.0
|
Dali::Toolkit::Alignment::Padding Struct Reference
Structure describing the padding values. More...
Public Member Functions | |
Padding () | |
Constructor. | |
Padding (float l, float r, float t, float b) | |
Constructor. | |
Public Attributes | |
float | left |
The left padding. | |
float | right |
The right padding. | |
float | top |
The top padding. | |
float | bottom |
The bottom padding. |
Detailed Description
Structure describing the padding values.
- Since:
- 2.4, DALi version 1.0.0
Constructor & Destructor Documentation
Constructor.
- Since:
- 2.4, DALi version 1.0.0
Dali::Toolkit::Alignment::Padding::Padding | ( | float | l, |
float | r, | ||
float | t, | ||
float | b | ||
) |
Constructor.
- Since:
- 2.4, DALi version 1.0.0
- Parameters:
-
[in] l Left padding [in] r Right padding [in] t Top padding [in] b Bottom padding