Class BorderContainer
A layout container with the possibility of having up to five regions. Top, Bottom, Leading and Center
Inheritance
System.Object
    
    
    
    BorderContainer
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.Shell.ViewComposition.Containers
Assembly: EPiServer.Shell.dll
Version: 7.19.2Syntax
public class BorderContainer : ContainerBase<BorderSettingsDictionary>, IContainer<BorderSettingsDictionary>, IContainer, IComponent, ICloneable
  Constructors
BorderContainer(Setting[])
Initializes a new instance of the BorderContainer class.
Declaration
public BorderContainer(params Setting[] settings)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Setting[] | settings | Optional settings.  | 
      
BorderContainer(String, Setting[])
Initializes a new instance of the BorderContainer class.
Declaration
public BorderContainer(string style, params Setting[] settings)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | style | The css style.  | 
      
| Setting[] | settings | Optional settings.  | 
      
BorderContainer(String, Boolean, Boolean, Setting[])
Initializes a new instance of the BorderContainer class.
Declaration
public BorderContainer(string style, bool liveSplitters, bool gutters, params Setting[] settings)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | style | The style.  | 
      
| System.Boolean | liveSplitters | if set to   | 
      
| System.Boolean | gutters | if set to   | 
      
| Setting[] | settings | Optional settings.  | 
      
Implements
      System.ICloneable