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