Table of Contents

Class RichCanvasGestures

Namespace: RichCanvas.Gestures
Assembly: RichCanvas.dll

Holds all default System.Windows.Input.InputGestures used to match their associated state.

public class RichCanvasGestures

Inheritance

objectRichCanvasGestures

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

Drag

Gets or sets the System.Windows.Input.InputGesture used to match the RichCanvas.States.ContainerStates.DraggingContainerState.

public static InputGesture Drag { get; set; }

Property Value

InputGesture

Drawing

Gets or sets the System.Windows.Input.InputGesture used to match the RichCanvas.States.DrawingState.

public static InputGesture Drawing { get; set; }

Property Value

InputGesture

Pan

Gets or sets the System.Windows.Input.InputGesture used to match the RichCanvas.States.PanningState.

public static InputGesture Pan { get; set; }

Property Value

InputGesture

Select

Gets or sets the System.Windows.Input.InputGesture used to match both RichCanvas.States.SingleSelectionState or RichCanvas.States.MultipleSelectionState.

public static InputGesture Select { get; set; }

Property Value

InputGesture

ZoomIn

Gets or sets the System.Windows.Input.InputGesture used to invoke RichCanvas.RichCanvasCommands.ZoomIn routed command.

public static InputGesture ZoomIn { get; set; }

Property Value

InputGesture

ZoomModifierKey

Gets or sets the System.Windows.Input.ModifierKeys used together with MouseWheel for zooming.
Default is System.Windows.Input.ModifierKeys.Control.

public static ModifierKeys ZoomModifierKey { get; set; }

Property Value

ModifierKeys

ZoomOut

Gets or sets the System.Windows.Input.InputGesture used to invoke RichCanvas.RichCanvasCommands.ZoomOut routed command.

public static InputGesture ZoomOut { get; set; }

Property Value

InputGesture