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
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
Drawing
Gets or sets the System.Windows.Input.InputGesture used to match the RichCanvas.States.DrawingState.
public static InputGesture Drawing { get; set; }
Property Value
Pan
Gets or sets the System.Windows.Input.InputGesture used to match the RichCanvas.States.PanningState.
public static InputGesture Pan { get; set; }
Property Value
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
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
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
ZoomOut
Gets or sets the System.Windows.Input.InputGesture used to invoke RichCanvas.RichCanvasCommands.ZoomOut routed command.
public static InputGesture ZoomOut { get; set; }