ResizeMode Enumeration

Indicates how a dashboard should react to re-sizing.

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum ResizeMode
Members
  Member nameValueDescription
Scroll0 Indicates the re-size mode is nothing, and overflow content scrolls.
Scale1 Indicates the dashboard should scale with all available size.
Resize2 Indicates the dashboard should re-size using the defined template.
Responsive3 Indicates the dashboard layout is responsive to width change.
See Also