Class AnimationContext
Animation context.
Inheritance
System.Object
AnimationContext
Implements
Namespace: GraphShape.Controls
Assembly: GraphShape.Controls.dll
Syntax
public class AnimationContext : object, IAnimationContext
Constructors
| Improve this Doc View SourceAnimationContext(GraphCanvas)
Initializes a new instance of the AnimationContext class.
Declaration
public AnimationContext(GraphCanvas canvas)
Parameters
Type | Name | Description |
---|---|---|
GraphCanvas | canvas | Graph canvas. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|
Properties
| Improve this Doc View SourceGraphCanvas
Graph canvas.
Declaration
public GraphCanvas GraphCanvas { get; }
Property Value
Type | Description |
---|---|
GraphCanvas |