menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AutoResetEffects - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AutoResetEffects

    Specifies the effect for AutoResetEffect.

    Inheritance
    System.Object
    AutoResetEffects
    Namespace: Syncfusion.XForms.EffectsView
    Assembly: Syncfusion.Core.XForms.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved