Skip to content

Nodify_Interactivity_EditorGestures_NodifyEditorGestures

miroiu edited this page Dec 23, 2024 · 1 revision

EditorGestures.NodifyEditorGestures Class

Namespace: Nodify.Interactivity

Assembly: Nodify

Inheritance: ObjectEditorGestures.NodifyEditorGestures

References: EditorGestures, InputGestureRef, 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

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

ResetViewportLocation

public InputGestureRef ResetViewportLocation { 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

Clone this wiki locally