ESRI.ArcGIS.Mobile.Client
TransitionType Enumeration
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls Namespace : TransitionType Enumeration

The type of visual transition to use when displaying new content in the application.

Syntax

Visual Basic (Declaration) 
Public Enum TransitionType 
   Inherits Enum
C# 
public enum TransitionType : Enum 

Members

MemberDescription
None No transition. Simply hide the currently displayed page and show the new page.
Fade Fade out the currently displayed page and fade in the new page.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Mobile.Client.Controls.TransitionType

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