Class GraphContextExtension<TGraphContext>
Inheritance
GraphContextExtension<TGraphContext>
Syntax
public abstract class GraphContextExtension<TGraphContext> : IGraphContextExtension, IDragAndDropHandler where TGraphContext : IGraphContext
Type Parameters
Name |
Description |
TGraphContext |
|
Constructors
GraphContextExtension(TGraphContext)
Declaration
protected GraphContextExtension(TGraphContext context)
Parameters
Type |
Name |
Description |
TGraphContext |
context |
|
Properties
canvas
Declaration
protected ICanvas canvas { get; }
Property Value
context
Declaration
public TGraphContext context { get; }
Property Value
Type |
Description |
TGraphContext |
|
Declaration
public virtual IEnumerable<GraphContextMenuItem> contextMenuItems { get; }
Property Value
Implements
dragAndDropVisualMode
Declaration
public virtual DragAndDropVisualMode dragAndDropVisualMode { get; }
Property Value
Implements
e
Declaration
protected static Event e { get; }
Property Value
graph
Declaration
protected IGraph graph { get; }
Property Value
reference
Declaration
protected GraphReference reference { get; }
Property Value
selection
Declaration
protected GraphSelection selection { get; }
Property Value
Methods
AcceptsDragAndDrop()
Declaration
public virtual bool AcceptsDragAndDrop()
Returns
Implements
DrawDragAndDropPreview()
Declaration
public virtual void DrawDragAndDropPreview()
Implements
ExitDragAndDrop()
Declaration
public virtual void ExitDragAndDrop()
Implements
PerformDragAndDrop()
Declaration
public virtual void PerformDragAndDrop()
Implements
UpdateDragAndDrop()
Declaration
public virtual void UpdateDragAndDrop()
Implements
Extension Methods