Class AutoResetEffects
Specifies the effect for AutoResetEffect.
Inheritance
System.Object
    AutoResetEffects
  Namespace: Syncfusion.Maui.Toolkit.EffectsView
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class AutoResetEffects : Enum
  Fields
Highlight
Smooth transition on the background color of the view.
Declaration
public const AutoResetEffects Highlight
  Field Value
| Type | 
|---|
| AutoResetEffects | 
None
No effect.
Declaration
public const AutoResetEffects None
  Field Value
| Type | 
|---|
| AutoResetEffects | 
Ripple
Ripple is a growable circle, and it grows till the whole layout is filled. It depends on InitialRippleFactor.
Declaration
public const AutoResetEffects Ripple
  Field Value
| Type | 
|---|
| AutoResetEffects | 
Scale
Scale is smooth scaling transition from actual size to the specified ScaleFactor in pixels.
Declaration
public const AutoResetEffects Scale
  Field Value
| Type | 
|---|
| AutoResetEffects |