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.C1TabBarController
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public enum MultiViewBehaviorMode
Visual Basic
Public Enumeration MultiViewBehaviorMode

Members

Member nameValueDescription
Auto0 Do not allow slide multi view by fingers. Slide animation will be not used.
Gesture1 Allow slide multi view by fingers and show slide animation when selected multi view page changed.

See Also