4.0 KiB
4.0 KiB
EditorGestures.NodifyEditorGestures Class
Namespace: Nodify.Interactivity
Assembly: Nodify
Inheritance: Object → EditorGestures.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
Cutting
public InputGestureRef Cutting { get; set; }
Property Value
FitToScreen
public InputGestureRef FitToScreen { get; set; }
Property Value
Keyboard
public KeyboardGestures Keyboard { get; set; }
Property Value
NodifyEditorGestures.KeyboardGestures
Pan
public InputGestureRef Pan { get; set; }
Property Value
PanHorizontalModifierKey
public ModifierKeys PanHorizontalModifierKey { get; set; }
Property Value
PanVerticalModifierKey
public ModifierKeys PanVerticalModifierKey { get; set; }
Property Value
PanWithMouseWheel
public bool PanWithMouseWheel { get; set; }
Property Value
PushItems
public InputGestureRef PushItems { get; set; }
Property Value
ResetViewport
public InputGestureRef ResetViewport { get; set; }
Property Value
SelectAll
public InputGestureRef SelectAll { get; set; }
Property Value
Selection
public SelectionGestures Selection { get; set; }
Property Value
EditorGestures.SelectionGestures
ZoomIn
public InputGestureRef ZoomIn { get; set; }
Property Value
ZoomModifierKey
public ModifierKeys ZoomModifierKey { get; set; }
Property Value
ZoomOut
public InputGestureRef ZoomOut { get; set; }
Property Value
Methods
Apply(EditorGestures.NodifyEditorGestures)
public void Apply(EditorGestures.NodifyEditorGestures gestures);
Parameters
gestures EditorGestures.NodifyEditorGestures
Unbind()
public void Unbind();