Show / Hide Table of Contents

Interface ITransitionContext

Inherited Members
IAppearable.BeginAppearanceTransition(Boolean)
IAppearable.EndAppearanceTransition()
Namespace: Pelican7.UIGraph
Assembly: UI Graph API Documentation Project.dll
Syntax
public interface ITransitionContext : IAppearable

Properties

Animated

Declaration
bool Animated { get; }
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()
Back to top © 2019 Pelican 7 LTD. All rights reserved.