Represents a margin.  
 More...
#include <juce_GridItem.h>
◆ Margin() [1/4]
  
  | 
        
          | GridItem::Margin::Margin | ( |  | ) |  |  | noexcept | 
 
 
◆ Margin() [2/4]
  
  | 
        
          | GridItem::Margin::Margin | ( | int | size | ) |  |  | noexcept | 
 
 
◆ Margin() [3/4]
  
  | 
        
          | GridItem::Margin::Margin | ( | float | size | ) |  |  | noexcept | 
 
 
◆ Margin() [4/4]
  
  | 
        
          | GridItem::Margin::Margin | ( | float | top, |  
          |  |  | float | right, |  
          |  |  | float | bottom, |  
          |  |  | float | left ) |  | noexcept | 
 
Creates a margin with these sizes. 
 
 
◆ left
      
        
          | float GridItem::Margin::left | 
      
 
 
◆ right
      
        
          | float GridItem::Margin::right | 
      
 
 
◆ top
      
        
          | float GridItem::Margin::top | 
      
 
 
◆ bottom
      
        
          | float GridItem::Margin::bottom | 
      
 
 
The documentation for this struct was generated from the following file: