Class ZoomCommand
Specifies the zoom command.
Inheritance
System.Object
ZoomCommand
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class ZoomCommand : Enum
Fields
All
Enables all the zoomcommand .
Declaration
public const ZoomCommand All
Field Value
Type |
---|
ZoomCommand |
HorizondalScroll
Enables HorizondalScroll command to perform scrolling horizonally.
Declaration
public const ZoomCommand HorizondalScroll
Field Value
Type |
---|
ZoomCommand |
None
Disables all the behavior for Zoom command.
Declaration
public const ZoomCommand None
Field Value
Type |
---|
ZoomCommand |
Pan
Enables Pan command to pan the diagram.
Declaration
public const ZoomCommand Pan
Field Value
Type |
---|
ZoomCommand |
VerticalScroll
Enable VerticalScroll command to perform scrolling vertically.
Declaration
public const ZoomCommand VerticalScroll
Field Value
Type |
---|
ZoomCommand |
Zoom
Enables both ZoomIn and ZoomOut command .
Declaration
public const ZoomCommand Zoom
Field Value
Type |
---|
ZoomCommand |
ZoomIn
Enables ZoomIn command to zoomin the diagram.
Declaration
public const ZoomCommand ZoomIn
Field Value
Type |
---|
ZoomCommand |
ZoomOut
Enables ZoomOut command to zoomout the diagram.
Declaration
public const ZoomCommand ZoomOut
Field Value
Type |
---|
ZoomCommand |