Enum ZoomCommand
Specifies the zoom command.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
[Flags]
public enum ZoomCommand
Fields
| Name | Description |
|---|---|
| All | Enables all the zoomcommand . |
| HorizondalScroll | [Obsolete] Use HorizontalScroll instead. |
| HorizontalScroll | Enables HorizontalScroll command to perform scrolling horizontally. |
| None | Disables all the behavior for Zoom command. |
| Pan | Enables Pan command to pan the diagram. |
| VerticalScroll | Enable VerticalScroll command to perform scrolling vertically. |
| Zoom | Enables both ZoomIn and ZoomOut command . |
| ZoomIn | Enables ZoomIn command to zoomin the diagram. |
| ZoomOut | Enables ZoomOut command to zoomout the diagram. |