DiagramAutoZoomMode Enum
In This Article
Lists values that specify the auto zoom mode.
Namespace: DevExtreme.AspNet.Mvc
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
[JsonConverter(typeof(StringEnumConverter))]
public enum DiagramAutoZoomMode
#Members
Name | Description |
---|---|
Fit
|
Changes the diagram’s content to fit the work area. |
Fit
|
The diagram width fits the work area. |
Disabled
|
Auto-zoom is disabled. |
See Also