Class FlowGraphContext
  
Inheritance
FlowGraphContext
 
Syntax
public sealed class FlowGraphContext : ClassGraphContext, IGraphContext, IDisposable
 
Constructors
  
FlowGraphContext(GraphReference)
Declaration
public FlowGraphContext(GraphReference reference)
 
Parameters
Properties
  
canvas
Declaration
public FlowCanvas canvas { get; }
 
Property Value
graph
Declaration
public FlowGraph graph { get; }
 
Property Value
Methods
  
OnGraphPropertyChanged(Object, PropertyChangedEventArgs)
Declaration
protected override void OnGraphPropertyChanged(object sender, PropertyChangedEventArgs args)
 
Parameters
| Type | 
Name | 
Description | 
| Object | 
sender | 
 | 
| PropertyChangedEventArgs | 
args | 
 | 
Overrides
Extension Methods