Xuni Product Documentation - Xamarin.Forms
ChangeViewModeAsync Method
The target mode.
The display date.
true if the transition is animated.
Changes the view mode asynchronously performing an animation.
Syntax
[DebuggerStepThrough()] 
[AsyncStateMachine(Xuni.Forms.Calendar.XuniCalendar+d__2)] 
public Task ChangeViewModeAsync( 
   CalendarViewMode mode, 
   Nullable<DateTime> displayDate, 
   bool animate 
)

Parameters

mode
The target mode.
displayDate
The display date.
animate
true if the transition is animated.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XuniCalendar Class
XuniCalendar Members