Represents a margin.
More...
|
| | Margin () noexcept |
| | Creates a margin of size zero. More...
|
| |
| | Margin (float size) noexcept |
| | Creates a margin with this size on all sides. More...
|
| |
§ Margin() [1/2]
| FlexItem::Margin::Margin |
( |
| ) |
|
|
noexcept |
Creates a margin of size zero.
§ Margin() [2/2]
| FlexItem::Margin::Margin |
( |
float |
size | ) |
|
|
noexcept |
Creates a margin with this size on all sides.
§ 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: