Table of Contents

Enum CanvasSectionTemplate

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

The type of canvas being used

public enum CanvasSectionTemplate

Fields

FlexibleLayoutSection = 11

Create a section that can provides a flexible layout

FlexibleLayoutVerticalSection = 12

Create a section that can provides a flexible layout with one vertical section column

OneColumn = 0

One column

OneColumnFullWidth = 1

One column, full browser width. This one only works for sites having communication sites features enabled in combination with image or hero webparts

OneColumnVerticalSection = 6

One column + one vertical section column

ThreeColumn = 3

Three columns of the same size

ThreeColumnVerticalSection = 8

Three columns of the size + one vertical section column

TwoColumn = 2

Two columns of the same size

TwoColumnLeft = 4

Two columns, left one is 2/3, right one 1/3

TwoColumnLeftVerticalSection = 9

Two columns, left 2/3, right 1/3 + one vertical section column

TwoColumnRight = 5

Two columns, left one is 1/3, right one 2/3

TwoColumnRightVerticalSection = 10

Two columns, left 1/3, right 2/3 + one vertical section column

TwoColumnVerticalSection = 7

Two columns of the same size + one vertical section column