Xamarin.Forms

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

    Show / Hide Table of Contents

    Class IndeterminateEasingEffects

    Contains values for the EasingEffects enumeration that about to easing effects for indeterminate indicator animation.

    Inheritance
    System.Object
    IndeterminateEasingEffects
    Namespace: Syncfusion.XForms.ProgressBar
    Assembly: Syncfusion.SfProgressBar.XForms.dll
    Syntax
    public sealed class IndeterminateEasingEffects : Enum

    Fields

    BounceIn

    Jumps towards, and then bounces as it settles at the final value.

    Declaration
    public const IndeterminateEasingEffects BounceIn
    Field Value
    Type Description
    IndeterminateEasingEffects

    BounceOut

    Leaps to final values, bounces 3 times, and settles.

    Declaration
    public const IndeterminateEasingEffects BounceOut
    Field Value
    Type Description
    IndeterminateEasingEffects

    CubicIn

    Starts slowly and accelerates.

    Declaration
    public const IndeterminateEasingEffects CubicIn
    Field Value
    Type Description
    IndeterminateEasingEffects

    CubicInOut

    Accelerates and decelerates. Often a natural-looking choice.

    Declaration
    public const IndeterminateEasingEffects CubicInOut
    Field Value
    Type Description
    IndeterminateEasingEffects

    CubicOut

    Starts quickly and the decelerates.

    Declaration
    public const IndeterminateEasingEffects CubicOut
    Field Value
    Type Description
    IndeterminateEasingEffects

    Linear

    Linear transformation.

    Declaration
    public const IndeterminateEasingEffects Linear
    Field Value
    Type Description
    IndeterminateEasingEffects

    SinIn

    Smoothly accelerates.

    Declaration
    public const IndeterminateEasingEffects SinIn
    Field Value
    Type Description
    IndeterminateEasingEffects

    SinInOut

    Accelerates in and decelerates out.

    Declaration
    public const IndeterminateEasingEffects SinInOut
    Field Value
    Type Description
    IndeterminateEasingEffects

    SinOut

    Smoothly decelerates.

    Declaration
    public const IndeterminateEasingEffects SinOut
    Field Value
    Type Description
    IndeterminateEasingEffects

    SpringIn

    Moves away and then leaps toward the final value.

    Declaration
    public const IndeterminateEasingEffects SpringIn
    Field Value
    Type Description
    IndeterminateEasingEffects

    SpringOut

    Overshoots and then returns.

    Declaration
    public const IndeterminateEasingEffects SpringOut
    Field Value
    Type Description
    IndeterminateEasingEffects

    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