ResizeModeFit Enumeration

Specifies 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 ResizeModeFit
Members
  Member nameValueDescription
Both0 Indicates the dashboard in resize view mode will best fit horizontally or vertically automatically.
Horizontal1 Indicates the dashboard in resize view mode will best fit horizontally only.
Vertical2 Indicates the dashboard in resize view mode will best fit vertically only.
See Also