Class TransitionType
Describes the possible transition types available in the SfPullToRefresh control.
Inheritance
System.Object
TransitionType
Namespace: Syncfusion.SfPullToRefresh.XForms
Assembly: Syncfusion.SfPullToRefresh.XForms.dll
Syntax
public sealed class TransitionType : Enum
Fields
Push
Positions the Syncfusion.SfPullToRefresh.XForms.SfProgressCircleView over the pullable content.
Declaration
public const TransitionType Push
Field Value
Type |
---|
TransitionType |
SlideOnTop
Positions the Syncfusion.SfPullToRefresh.XForms.SfProgressCircleView above the pullable content, translating it based on the pulling progress.
Declaration
public const TransitionType SlideOnTop
Field Value
Type |
---|
TransitionType |