The documentation for this struct was generated from the following file:
|
| 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.
|
|
float | left |
| Left margin size.
|
float | right |
| Right margin size.
|
float | top |
| Top margin size.
|
float | bottom |
| Bottom margin size.
|
◆ Margin() [1/3]
juce::FlexItem::Margin::Margin |
( |
| ) |
|
|
noexcept |
◆ Margin() [2/3]
juce::FlexItem::Margin::Margin |
( |
float | size | ) |
|
|
noexcept |
Creates a margin with this size on all sides.
References Margin().
◆ Margin() [3/3]
juce::FlexItem::Margin::Margin |
( |
float | top, |
|
|
float | right, |
|
|
float | bottom, |
|
|
float | left ) |
|
noexcept |
◆ left
float juce::FlexItem::Margin::left |
Left margin size.
Referenced by Margin().
◆ right
float juce::FlexItem::Margin::right |
Right margin size.
Referenced by Margin().
◆ top
float juce::FlexItem::Margin::top |
Top margin size.
Referenced by Margin().
◆ bottom
float juce::FlexItem::Margin::bottom |
Bottom margin size.
Referenced by Margin().