Represents a margin. More...
Public Member Functions | |
Margin () noexcept | |
Margin (int size) noexcept | |
Margin (float size) noexcept | |
Margin (float top, float right, float bottom, float left) noexcept | |
Creates a margin with these sizes. | |
Public Attributes | |
float | left |
float | right |
float | top |
float | bottom |
Represents a margin.
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
Creates a margin with these sizes.
float GridItem::Margin::left |
float GridItem::Margin::right |
float GridItem::Margin::top |
float GridItem::Margin::bottom |