Class CanvasControllerTransitionContext
The Canvas Controller transition context provides detailed information about a view controller transition, such as the view controllers involved.
Inheritance
System.Object
CanvasControllerTransitionContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Pelican7.UIGraph
Assembly: UI Graph API Documentation Project.dll
Syntax
public class CanvasControllerTransitionContext : ViewControllerTransitionContext<CanvasController>, ITransitionContext, IAppearable
Constructors
CanvasControllerTransitionContext(ViewControllerTransitionIdentifier, CanvasController, CanvasController, CanvasController, Boolean, Boolean, Stack<CanvasController>)
Declaration
public CanvasControllerTransitionContext(ViewControllerTransitionIdentifier identifier, CanvasController toViewController, CanvasController fromViewController, CanvasController ownerViewController, bool animated, bool interactive, Stack<CanvasController> intermediaryViewControllers = null)
Parameters
Type | Name | Description |
---|---|---|
View |
identifier | |
Canvas |
toViewController | |
Canvas |
fromViewController | |
Canvas |
ownerViewController | |
System. |
animated | |
System. |
interactive | |
System. |
intermediaryViewControllers |