DiagramAutoZoomMode Enum
Lists values that specify the auto zoom mode.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
| Name | Description |
|---|---|
Disabled
|
Auto-zoom is disabled. |
FitContent
|
Changes the diagram’s content to fit the work area. The maximum scale is 100%. |
FitToWidth
|
The diagram width fits the work area. The maximum scale is 100%. |
Related API Members
The following properties accept/return DiagramAutoZoomMode values:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxDiagram.AutoZoom |
| ASP.NET MVC Extensions | DiagramSettings.AutoZoom |
See Also