Click or drag to resize
ZoneLayoutTypeEnum Enumeration
Zone layout type enumeration

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
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