ASPxDiagram.AutoZoom Property
In This Article
Specifies how the ASPxDiagram control automatically zooms the work area.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(DiagramAutoZoomMode.Disabled)]
public DiagramAutoZoomMode AutoZoom { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Diagram |
Disabled | The zoom mode. |
Available values:
Name | Description |
---|---|
Disabled | Auto-zoom is disabled. |
Fit |
Changes the diagram’s content to fit the work area. The maximum scale is 100%. |
Fit |
The diagram width fits the work area. The maximum scale is 100%. |
#Remarks
When the AutoZoom propety is set to FitContent or FitToWidth, the ASPxDiagram control automatically zooms the work area when the diagram’s layout changes.
See Also