ESRI.ArcGIS.Mobile.Client
Transition Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > IMobileApplicationDisplay Interface : Transition Method

page
The new page to display.
transition
The visual effect to use for the display transition.
Transitions the application display from the currently page to the new page using the specified transition effect.

Syntax

Visual Basic (Declaration) 
Sub Transition( _
   ByVal page As IPage, _
   ByVal transition As TransitionType _
) 
C# 
void Transition( 
   IPage page,
   TransitionType transition
)

Parameters

page
The new page to display.
transition
The visual effect to use for the display transition.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also