Class GapsConfig
Configuration for the gaps plugin.
  
  public class GapsConfig
  - Inheritance
 - 
      
      GapsConfig
 
- Inherited Members
 
Properties
DefaultInnerDelta
The default delta used by the commands 
  
  gaps.inner.increase and
gaps.inner.decrease.public int DefaultInnerDelta { get; set; }
  Property Value
DefaultOuterDelta
The default delta used by the commands 
  
  gaps.outer.increase and
gaps.outer.decrease.public int DefaultOuterDelta { get; set; }
  Property Value
InnerGap
The gap between windows.
  
  public int InnerGap { get; set; }
  Property Value
OuterGap
The gap between the parent layout engine and the area where windows are placed.
  
  public int OuterGap { get; set; }