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