Interactivity / EditorState / Panning
EditorState.Panning Class
Section titled “EditorState.Panning Class”Namespace: Nodify.Interactivity
Assembly: Nodify
Inheritance: Object → InputElementState<NodifyEditor> → DragState<NodifyEditor> → EditorState.Panning
References: NodifyEditor
public class Panning : DragState<NodifyEditor>
Constructors
Section titled “Constructors”EditorState.Panning(NodifyEditor)
Section titled “EditorState.Panning(NodifyEditor)”public Panning(NodifyEditor editor);
Parameters
editor
NodifyEditor
Properties
Section titled “Properties”CanBegin
Section titled “CanBegin”protected override bool CanBegin { get; set; }
Property Value
CanCancel
Section titled “CanCancel”protected override bool CanCancel { get; set; }
Property Value
HasContextMenu
Section titled “HasContextMenu”protected override bool HasContextMenu { get; set; }
Property Value
IsToggle
Section titled “IsToggle”protected override bool IsToggle { get; set; }
Property Value
Methods
Section titled “Methods”OnBegin(InputEventArgs)
Section titled “OnBegin(InputEventArgs)”protected override void OnBegin(InputEventArgs e);
Parameters
OnCancel(InputEventArgs)
Section titled “OnCancel(InputEventArgs)”protected override void OnCancel(InputEventArgs e);
Parameters
OnEnd(InputEventArgs)
Section titled “OnEnd(InputEventArgs)”protected override void OnEnd(InputEventArgs e);
Parameters
OnMouseMove(MouseEventArgs)
Section titled “OnMouseMove(MouseEventArgs)”protected override void OnMouseMove(MouseEventArgs e);
Parameters