DiagramAutoZoomMode Enum
Lists values that specify the auto zoom mode.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v20.2.dll
Declaration
Members
Name | Description |
---|---|
Disabled | Auto-zoom is disabled. |
FitContent | Changes the diagram's content to fit the work area. |
FitToWidth | The diagram width fits the work area. |
Related API Members
The following properties accept/return DiagramAutoZoomMode values:
Library | Related API Members |
---|---|
ASP.NET Controls and MVC Extensions | ASPxDiagram.AutoZoom |
ASP.NET MVC Extensions | DiagramSettings.AutoZoom |
See Also
Feedback