Enum Reset
Specifies the behavior of Reset Command.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
[Flags]
public enum Reset
Fields
| Name | Description |
|---|---|
| None | Disables all the behaviors of Reset Command. |
| Pan | Specifies to reset the panned diagram. |
| Zoom | Specifies to reset the zoomed diagram. |
| ZoomPan | Specifies to reset the zoomed and panned diagram. |