Represents a margin.
More...
◆ Margin() [1/3]
FlexItem::Margin::Margin |
( |
| ) |
|
|
noexcept |
Creates a margin of size zero.
◆ Margin() [2/3]
FlexItem::Margin::Margin |
( |
float |
size | ) |
|
|
noexcept |
Creates a margin with this size on all sides.
◆ Margin() [3/3]
FlexItem::Margin::Margin |
( |
float |
top, |
|
|
float |
right, |
|
|
float |
bottom, |
|
|
float |
left |
|
) |
| |
|
noexcept |
Creates a margin with these sizes.
◆ left
float FlexItem::Margin::left |
◆ right
float FlexItem::Margin::right |
◆ top
float FlexItem::Margin::top |
◆ bottom
float FlexItem::Margin::bottom |
The documentation for this struct was generated from the following file: