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
Public Enumeration ResizeModeFit
public enum class ResizeModeFit
Members
| Member name | Value | Description |
---|
| Both | 0 |
Indicates the dashboard in resize view mode will best fit horizontally or vertically automatically.
|
| Horizontal | 1 |
Indicates the dashboard in resize view mode will best fit horizontally only.
|
| Vertical | 2 |
Indicates the dashboard in resize view mode will best fit vertically only.
|
See Also