SaaS CMS has officially launched! Learn more now.

Class BorderContainer

A layout container with the possibility of having up to five regions. Top, Bottom, Leading and Center

Inheritance
System.Object
BorderContainer
Namespace: EPiServer.Shell.ViewComposition.Containers
Assembly: EPiServer.Shell.dll
Version: 10.10.4
Syntax
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 true containers will change layout live when resize.

System.Boolean gutters

if set to true containers will have borders even if they're not draggable.

Setting[] settings

Optional settings.

Implements

System.ICloneable

Extension Methods