Click or drag to resize
ZoneLayoutTypeEnum Enumeration
Zone layout type enumeration

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
public enum ZoneLayoutTypeEnum
Members
  Member nameValueDescription
Standard0 Standard layout, elements are rendered as they are
FloatLeft1 All elements float to left
FloatRight2 All elements float to right
Free3 Free layout - Element are positioned absolutely
See Also