Enum ZoneReflowStrategy
Specifies the strategy used to reflow web parts within a zone.
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public enum ZoneReflowStrategy : int
Remarks
A reflow strategy determines the arrangement of web parts when resizing or reorganizing a zone. Use TopToDown to arrange web parts vertically, or LeftToRight to arrange them horizontally.