Enum CanvasSectionType
The type of the Canvas section for a Client-side Page.
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public enum CanvasSectionType : int
OneColumn
One column
OneColumnFullWidth
One column, full browser width. This one only works for communication sites in combination with image or hero webparts
OneColumnVerticalSection
One column, and a vertical section
ThreeColumn
Three columns of the same size
ThreeColumnVerticalSection
Three columns of the same size, and a vertical section
TwoColumn
Two columns of the same size
TwoColumnLeft
Two columns, left one is 2/3, right one 1/3
TwoColumnLeftVerticalSection
Two columns, left one is 2/3, right one 1/3, and a vertical section
TwoColumnRight
Two columns, left one is 1/3, right one 2/3
TwoColumnRightVerticalSection
Two columns, left one is 1/3, right one 2/3, and a vertical section
TwoColumnVerticalSection
Two columns of the same size, and a vertical section