Click or drag to resize
UILayoutPaneSize Property
Specifies the initial size of the panes - 'height' for north & south panes - 'width' for east and west. If PANE_AUTO_SIZE, then pane will size to fit its content - most useful for north/south panes (to auto-fit your banner or toolbar), but also works for east/west panes. You can use either absolute or percentage values.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public string Size { get; set; }

Property Value

Type: String
See Also