Interactivity / EditorGestures / NodifyEditorGestures
EditorGestures.NodifyEditorGestures Class
Section titled “EditorGestures.NodifyEditorGestures Class”Namespace: Nodify.Interactivity
Assembly: Nodify
Inheritance: Object → EditorGestures.NodifyEditorGestures
References: EditorGestures, InputGestureRef, NodifyEditorGestures.KeyboardGestures, EditorGestures.SelectionGestures
public class NodifyEditorGestures
Constructors
Section titled “Constructors”EditorGestures.NodifyEditorGestures()
Section titled “EditorGestures.NodifyEditorGestures()”public NodifyEditorGestures();
Properties
Section titled “Properties”CancelAction
Section titled “CancelAction”public InputGestureRef CancelAction { get; set; }
Property Value
Cutting
Section titled “Cutting”public InputGestureRef Cutting { get; set; }
Property Value
FitToScreen
Section titled “FitToScreen”public InputGestureRef FitToScreen { get; set; }
Property Value
Keyboard
Section titled “Keyboard”public KeyboardGestures Keyboard { get; set; }
Property Value
NodifyEditorGestures.KeyboardGestures
public InputGestureRef Pan { get; set; }
Property Value
PanHorizontalModifierKey
Section titled “PanHorizontalModifierKey”public ModifierKeys PanHorizontalModifierKey { get; set; }
Property Value
PanVerticalModifierKey
Section titled “PanVerticalModifierKey”public ModifierKeys PanVerticalModifierKey { get; set; }
Property Value
PanWithMouseWheel
Section titled “PanWithMouseWheel”public bool PanWithMouseWheel { get; set; }
Property Value
PushItems
Section titled “PushItems”public InputGestureRef PushItems { get; set; }
Property Value
ResetViewport
Section titled “ResetViewport”public InputGestureRef ResetViewport { get; set; }
Property Value
SelectAll
Section titled “SelectAll”public InputGestureRef SelectAll { get; set; }
Property Value
Selection
Section titled “Selection”public SelectionGestures Selection { get; set; }
Property Value
EditorGestures.SelectionGestures
ZoomIn
Section titled “ZoomIn”public InputGestureRef ZoomIn { get; set; }
Property Value
ZoomModifierKey
Section titled “ZoomModifierKey”public ModifierKeys ZoomModifierKey { get; set; }
Property Value
ZoomOut
Section titled “ZoomOut”public InputGestureRef ZoomOut { get; set; }
Property Value
Methods
Section titled “Methods”Apply(EditorGestures.NodifyEditorGestures)
Section titled “Apply(EditorGestures.NodifyEditorGestures)”public void Apply(EditorGestures.NodifyEditorGestures gestures);
Parameters
gestures
EditorGestures.NodifyEditorGestures
Unbind()
Section titled “Unbind()”public void Unbind();