Represents a margin. More...
Public Member Functions | |
Margin () noexcept | |
Creates a margin of size zero. | |
Margin (float size) noexcept | |
Creates a margin with this size on all sides. | |
Margin (float top, float right, float bottom, float left) noexcept | |
Creates a margin with these sizes. | |
Public Attributes | |
float | left |
Left margin size. | |
float | right |
Right margin size. | |
float | top |
Top margin size. | |
float | bottom |
Bottom margin size. | |
Represents a margin.
|
noexcept |
|
noexcept |
Creates a margin with this size on all sides.
References Margin().
|
noexcept |
float FlexItem::Margin::left |
Left margin size.
Referenced by Margin().
float FlexItem::Margin::right |
Right margin size.
Referenced by Margin().
float FlexItem::Margin::top |
Top margin size.
Referenced by Margin().
float FlexItem::Margin::bottom |
Bottom margin size.
Referenced by Margin().