Interface ITransitionContext
Assembly: UI Graph API Documentation Project.dll
Syntax
public interface ITransitionContext : IAppearable
Properties
Animated
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Interactive
Declaration
bool Interactive { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
HideRelevantViewControllerIfNecessary(Boolean)
Declaration
void HideRelevantViewControllerIfNecessary(bool completed)
Parameters
Type |
Name |
Description |
System.Boolean |
completed |
|
ShowToViewController()
Declaration
void ShowToViewController()