Class Reset
Specifies the behavior of Reset Command.
Inheritance
System.Object
Reset
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class Reset : Enum
Fields
None
Disables all the behaviors of Reset Command.
Declaration
public const Reset None
Field Value
Type |
---|
Reset |
Pan
Specifies to reset the panned diagram.
Declaration
public const Reset Pan
Field Value
Type |
---|
Reset |
Zoom
Specifies to reset the zoomed diagram.
Declaration
public const Reset Zoom
Field Value
Type |
---|
Reset |
ZoomPan
Specifies to reset the zoomed and panned diagram.
Declaration
public const Reset ZoomPan
Field Value
Type |
---|
Reset |