Xamarin.Forms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfEffects

    Show / Hide Table of Contents

    Class SfEffects

    Specifies the type of the animation for the views in SfEffectsView.

    Inheritance
    System.Object
    SfEffects
    Namespace: Syncfusion.XForms.EffectsView
    Assembly: Syncfusion.Core.XForms.dll
    Syntax
    public sealed class SfEffects : Enum
    Remarks

    This enumeration has a Flags attribute that allows a bitwise combination of its member values.

    Fields

    Highlight

    Smooth transition on the background color of the view.

    Declaration
    public const SfEffects Highlight
    Field Value
    Type Description
    SfEffects

    None

    No effect.

    Declaration
    public const SfEffects None
    Field Value
    Type Description
    SfEffects

    Ripple

    Ripple is a growable circle, and it grows till the whole layout is filled. It depends on InitialRippleFactor.

    Declaration
    public const SfEffects Ripple
    Field Value
    Type Description
    SfEffects

    Rotation

    Rotation is a circular movement of the view based on the specified Angle.

    Declaration
    public const SfEffects Rotation
    Field Value
    Type Description
    SfEffects

    Scale

    Scale is smooth scaling transition from actual size to the specified ScaleFactor in pixels.

    Declaration
    public const SfEffects Scale
    Field Value
    Type Description
    SfEffects

    Selection

    Selection is smooth color transition to denote the view state as Selected.

    Declaration
    public const SfEffects Selection
    Field Value
    Type Description
    SfEffects

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved