Class SFCalendarTransitionType
This is an Enum. It provides a four types of transition animations while changing month.
Inheritance
System.Object
SFCalendarTransitionType
Namespace: Syncfusion.SfCalendar.iOS
Assembly: Syncfusion.SfCalendar.iOS.dll
Syntax
public sealed class SFCalendarTransitionType : Enum
Fields
SFCalendarTransitionTypeCard
The card transition animation will appear while changing month.
Declaration
public const SFCalendarTransitionType SFCalendarTransitionTypeCard
Field Value
SFCalendarTransitionTypeFloat
The float transition animation will appear while changing month.
Declaration
public const SFCalendarTransitionType SFCalendarTransitionTypeFloat
Field Value
SFCalendarTransitionTypeReveal
The reveal transition animation will appear while changing month.
Declaration
public const SFCalendarTransitionType SFCalendarTransitionTypeReveal
Field Value
SFCalendarTransitionTypeScroll
The scroll transition animation will appear while changing month.
Declaration
public const SFCalendarTransitionType SFCalendarTransitionTypeScroll