Represents a margin. More...
#include <juce_FlexItem.h>

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 | bottom |
| Bottom margin size. | |
| float | left |
| Left margin size. | |
| float | right |
| Right margin size. | |
| float | top |
| Top margin size. | |
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.