Skip to content

Nodify_Interactivity_EditorGestures_NodifyEditorGestures

miroiu edited this page Jun 18, 2025 · 2 revisions

EditorGestures.NodifyEditorGestures Class

Namespace: Nodify.Interactivity

Assembly: Nodify

Inheritance: ObjectEditorGestures.NodifyEditorGestures

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

public class NodifyEditorGestures  

Constructors

EditorGestures.NodifyEditorGestures()

public NodifyEditorGestures();  

Properties

CancelAction

public InputGestureRef CancelAction { get; set; }  

Property Value

InputGestureRef

Cutting

public InputGestureRef Cutting { get; set; }  

Property Value

InputGestureRef

FitToScreen

public InputGestureRef FitToScreen { get; set; }  

Property Value

InputGestureRef

Keyboard

public KeyboardGestures Keyboard { get; set; }  

Property Value

NodifyEditorGestures.KeyboardGestures

Pan

public InputGestureRef Pan { get; set; }  

Property Value

InputGestureRef

PanHorizontalModifierKey

public ModifierKeys PanHorizontalModifierKey { get; set; }  

Property Value

ModifierKeys

PanVerticalModifierKey

public ModifierKeys PanVerticalModifierKey { get; set; }  

Property Value

ModifierKeys

PanWithMouseWheel

public bool PanWithMouseWheel { get; set; }  

Property Value

Boolean

PushItems

public InputGestureRef PushItems { get; set; }  

Property Value

InputGestureRef

ResetViewport

public InputGestureRef ResetViewport { get; set; }  

Property Value

InputGestureRef

SelectAll

public InputGestureRef SelectAll { get; set; }  

Property Value

InputGestureRef

Selection

public SelectionGestures Selection { get; set; }  

Property Value

EditorGestures.SelectionGestures

ZoomIn

public InputGestureRef ZoomIn { get; set; }  

Property Value

InputGestureRef

ZoomModifierKey

public ModifierKeys ZoomModifierKey { get; set; }  

Property Value

ModifierKeys

ZoomOut

public InputGestureRef ZoomOut { get; set; }  

Property Value

InputGestureRef

Methods

Apply(EditorGestures.NodifyEditorGestures)

public void Apply(EditorGestures.NodifyEditorGestures gestures);  

Parameters

gestures EditorGestures.NodifyEditorGestures

Unbind()

public void Unbind();  
Clone this wiki locally