Class BorderSettingsDictionary
Settings needed for children of the BorderContainer
Implements
Inherited Members
Namespace: EPiServer.Shell.ViewComposition.Containers
Assembly: EPiServer.Shell.dll
Version: 8.11.0Syntax
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. |