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
Type |
---|
SFCalendarTransitionType |
SFCalendarTransitionTypeFloat
The float transition animation will appear while changing month.
Declaration
public const SFCalendarTransitionType SFCalendarTransitionTypeFloat
Field Value
Type |
---|
SFCalendarTransitionType |
SFCalendarTransitionTypeReveal
The reveal transition animation will appear while changing month.
Declaration
public const SFCalendarTransitionType SFCalendarTransitionTypeReveal
Field Value
Type |
---|
SFCalendarTransitionType |
SFCalendarTransitionTypeScroll
The scroll transition animation will appear while changing month.
Declaration
public const SFCalendarTransitionType SFCalendarTransitionTypeScroll
Field Value
Type |
---|
SFCalendarTransitionType |