Represents a margin.  
 More...
#include <juce_FlexItem.h>
|  | 
|  | 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]
  
  | 
        
          | FlexItem::Margin::Margin | ( |  | ) |  |  | noexcept | 
 
Creates a margin of size zero. 
 
 
◆ Margin() [2/3]
  
  | 
        
          | FlexItem::Margin::Margin | ( | float | size | ) |  |  | noexcept | 
 
Creates a margin with this size on all sides. 
 
 
◆ Margin() [3/3]
  
  | 
        
          | FlexItem::Margin::Margin | ( | float | top, |  
          |  |  | float | right, |  
          |  |  | float | bottom, |  
          |  |  | float | left ) |  | noexcept | 
 
Creates a margin with these sizes. 
 
 
◆ left
      
        
          | float FlexItem::Margin::left | 
      
 
 
◆ right
      
        
          | float FlexItem::Margin::right | 
      
 
 
◆ top
      
        
          | float FlexItem::Margin::top | 
      
 
 
◆ bottom
      
        
          | float FlexItem::Margin::bottom | 
      
 
 
The documentation for this struct was generated from the following file: