Determines MultiView behavior mode when multi view is bound to tab controller. Auto - do not allow slide multi view by fingers. Slide animation will be not used. Gesture - allow slide multi view by fingers and show slide animation when selected multi view page changed. Default value is Auto.
Namespace:
C1.Web.iPhone.C1TabBarControllerAssembly: C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)
Syntax
C# |
---|
public enum MultiViewBehaviorMode |
Visual Basic |
---|
Public Enumeration MultiViewBehaviorMode |
Members
Member name | Value | Description | |
---|---|---|---|
Auto | 0 | Do not allow slide multi view by fingers. Slide animation will be not used. | |
Gesture | 1 | Allow slide multi view by fingers and show slide animation when selected multi view page changed. |