Skip to main content
All docs
V26.1
  • JS

    DiagramAutoZoomMode Enum

    Lists values that specify the auto zoom mode.

    Namespace: DevExtreme.AspNet.Mvc

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    [JsonConverter(typeof(StringEnumConverter))]
    public enum DiagramAutoZoomMode

    Members

    Name Description
    FitContent

    Changes the diagram’s content to fit the work area.

    FitWidth

    The diagram width fits the work area.

    Disabled

    Auto-zoom is disabled.

    See Also