Interface IGapsPlugin
GapsPlugin is a plugin to add gaps between windows in the layout.
  
  public interface IGapsPlugin : IPlugin
  - Inherited Members
 
Properties
GapsConfig
The configuration for the gaps plugin.
  
  GapsConfig GapsConfig { get; }
  Property Value
Methods
UpdateInnerGap(int)
Update the gap between windows by the 
  
  delta.void UpdateInnerGap(int delta)
  Parameters
deltaint
UpdateOuterGap(int)
Update the gap between the parent layout engine and the area where windows are placed by
the 
  
  delta.void UpdateOuterGap(int delta)
  Parameters
deltaint