Determines multi view 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 MultiViewBehaviorMode MultiViewBehaviorMode { get; set; }
Visual Basic
Public Property MultiViewBehaviorMode As MultiViewBehaviorMode
	Get
	Set

See Also