Class BorderSettingsDictionary
Settings needed for children of the BorderContainer
Implements
System.Collections.Generic.IDictionary<System.String, System.Object>
    System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Object>>
    System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.Object>>
    System.Collections.IEnumerable
  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 BorderSettingsDictionary : SettingsDictionary, ISettingsDictionary, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable
  Constructors
BorderSettingsDictionary(BorderContainerRegion, Setting[])
Initializes a new instance of the BorderSettingsDictionary class.
Declaration
public BorderSettingsDictionary(BorderContainerRegion region, params Setting[] settings)
  Parameters
| Type | Name | Description | 
|---|---|---|
| BorderContainerRegion | region | The region.  | 
      
| Setting[] | settings | Optional settings.  | 
      
BorderSettingsDictionary(BorderContainerRegion, Boolean, Int32, Setting[])
Initializes a new instance of the BorderSettingsDictionary class.
Declaration
public BorderSettingsDictionary(BorderContainerRegion region, bool resizable, int size, params Setting[] settings)
  Parameters
| Type | Name | Description | 
|---|---|---|
| BorderContainerRegion | region | The region.  | 
      
| System.Boolean | resizable | if set to   | 
      
| System.Int32 | size | The size.  | 
      
| Setting[] | settings | Optional settings.  | 
      
BorderSettingsDictionary(BorderContainerRegion, Boolean, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Setting[])
Initializes a new instance of the BorderSettingsDictionary class.
Declaration
public BorderSettingsDictionary(BorderContainerRegion region, bool resizable, int? size, int? minSize, int? maxSize, params Setting[] settings)
  Parameters
| Type | Name | Description | 
|---|---|---|
| BorderContainerRegion | region | The region.  | 
      
| System.Boolean | resizable | if set to   | 
      
| System.Nullable<System.Int32> | size | The size.  | 
      
| System.Nullable<System.Int32> | minSize | Min size of the region.  | 
      
| System.Nullable<System.Int32> | maxSize | Max size of the region.  | 
      
| Setting[] | settings | Optional settings.  | 
      
BorderSettingsDictionary(BorderContainerRegion, Int32, Nullable<Int32>, Nullable<Int32>, Setting[])
Initializes a new instance of the BorderSettingsDictionary class.
Declaration
public BorderSettingsDictionary(BorderContainerRegion region, int size, int? minSize, int? maxSize, params Setting[] settings)
  Parameters
| Type | Name | Description | 
|---|---|---|
| BorderContainerRegion | region | The region.  | 
      
| System.Int32 | size | The size.  | 
      
| System.Nullable<System.Int32> | minSize | Size of the min.  | 
      
| System.Nullable<System.Int32> | maxSize | Size of the max.  | 
      
| Setting[] | settings | Optional settings.  | 
      
Implements
      System.Collections.Generic.IDictionary<TKey, TValue>
  
  
      System.Collections.Generic.ICollection<T>
  
  
      System.Collections.Generic.IEnumerable<T>
  
  
      System.Collections.IEnumerable