Class ZoomGesture
Define MouseWheel, MouseClick, KeyCombination gesture for zooming.
Inheritance
System.Object
ZoomGesture
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class ZoomGesture : Enum
Fields
Alt
Alt key.
Declaration
public const ZoomGesture Alt
Field Value
Type |
---|
ZoomGesture |
And
All the Ctrl, Shift, Alt gesture should be satisfied.
Declaration
public const ZoomGesture And
Field Value
Type |
---|
ZoomGesture |
Ctrl
Ctrl key.
Declaration
public const ZoomGesture Ctrl
Field Value
Type |
---|
ZoomGesture |
LeftClick
Mouse left click.
Declaration
public const ZoomGesture LeftClick
Field Value
Type |
---|
ZoomGesture |
LeftDoubleClick
Mouse left double click.
Declaration
public const ZoomGesture LeftDoubleClick
Field Value
Type |
---|
ZoomGesture |
MouseWheelDown
Mouse is scrolled down.
Declaration
public const ZoomGesture MouseWheelDown
Field Value
Type |
---|
ZoomGesture |
MouseWheelUp
Mouse is scrolled up.
Declaration
public const ZoomGesture MouseWheelUp
Field Value
Type |
---|
ZoomGesture |
None
No gesture.
Declaration
public const ZoomGesture None
Field Value
Type |
---|
ZoomGesture |
RightClick
Mouse right click.
Declaration
public const ZoomGesture RightClick
Field Value
Type |
---|
ZoomGesture |
RightDoubleClick
Mouse right double click.
Declaration
public const ZoomGesture RightDoubleClick
Field Value
Type |
---|
ZoomGesture |
Shift
Shift key.
Declaration
public const ZoomGesture Shift
Field Value
Type |
---|
ZoomGesture |