Skip to content

Interactivity / EditorGestures / NodifyEditorGestures

Namespace: Nodify.Interactivity

Assembly: Nodify

Inheritance: ObjectEditorGestures.NodifyEditorGestures

References: EditorGestures, InputGestureRef, NodifyEditorGestures.KeyboardGestures, EditorGestures.SelectionGestures

public class NodifyEditorGestures
public NodifyEditorGestures();
public InputGestureRef CancelAction { get; set; }

Property Value

InputGestureRef

public InputGestureRef Cutting { get; set; }

Property Value

InputGestureRef

public InputGestureRef FitToScreen { get; set; }

Property Value

InputGestureRef

public KeyboardGestures Keyboard { get; set; }

Property Value

NodifyEditorGestures.KeyboardGestures

public InputGestureRef Pan { get; set; }

Property Value

InputGestureRef

public ModifierKeys PanHorizontalModifierKey { get; set; }

Property Value

ModifierKeys

public ModifierKeys PanVerticalModifierKey { get; set; }

Property Value

ModifierKeys

public bool PanWithMouseWheel { get; set; }

Property Value

Boolean

public InputGestureRef PushItems { get; set; }

Property Value

InputGestureRef

public InputGestureRef ResetViewport { get; set; }

Property Value

InputGestureRef

public InputGestureRef SelectAll { get; set; }

Property Value

InputGestureRef

public SelectionGestures Selection { get; set; }

Property Value

EditorGestures.SelectionGestures

public InputGestureRef ZoomIn { get; set; }

Property Value

InputGestureRef

public ModifierKeys ZoomModifierKey { get; set; }

Property Value

ModifierKeys

public InputGestureRef ZoomOut { get; set; }

Property Value

InputGestureRef

Apply(EditorGestures.NodifyEditorGestures)

Section titled “Apply(EditorGestures.NodifyEditorGestures)”
public void Apply(EditorGestures.NodifyEditorGestures gestures);

Parameters

gestures EditorGestures.NodifyEditorGestures

public void Unbind();