Skip to main content
A newer version of this page is available. .

DiagramAutoZoomMode Enum

Lists values that specify the auto zoom mode.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v20.1.dll

NuGet Package: DevExpress.Web

Declaration

public enum DiagramAutoZoomMode

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:

See Also