Represents a margin. More...
#include <juce_FlexItem.h>
Public Member Functions | |
Margin () noexcept | |
Creates a margin of size zero. More... | |
Margin (float size) noexcept | |
Creates a margin with this size on all sides. More... | |
Margin (float top, float right, float bottom, float left) noexcept | |
Creates a margin with these sizes. More... | |
Public Attributes | |
float | bottom |
Bottom margin size. More... | |
float | left |
Left margin size. More... | |
float | right |
Right margin size. More... | |
float | top |
Top margin size. More... | |
Represents a margin.
|
noexcept |
Creates a margin of size zero.
|
noexcept |
Creates a margin with this size on all sides.
Creates a margin with these sizes.
float juce::FlexItem::Margin::bottom |
Bottom margin size.
float juce::FlexItem::Margin::left |
Left margin size.
float juce::FlexItem::Margin::right |
Right margin size.
float juce::FlexItem::Margin::top |
Top margin size.