SaaS CMS has officially launched! Learn more now.

Class BorderSettingsDictionary

Settings needed for children of the BorderContainer

Inheritance
System.Object
BorderSettingsDictionary
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
Namespace: EPiServer.Shell.ViewComposition.Containers
Assembly: EPiServer.Shell.dll
Version: 8.11.0
Syntax
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 true [resizable].

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 true the region will have a splitter and be resizable.

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

Extension Methods