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.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax public string Size { get; set; }
Property Value
Type:
StringSee Also