menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class WaveDirection

    Represent the WaveDirection values.

    Inheritance
    System.Object
    WaveDirection
    Namespace: Syncfusion.XForms.Shimmer
    Assembly: Syncfusion.Core.XForms.dll
    Syntax
    public sealed class WaveDirection : Enum

    Fields

    BottomToTop

    LeftToRight enum of the animation direction is allows the animation from bottom to top

    Declaration
    public const WaveDirection BottomToTop
    Field Value
    Type
    WaveDirection

    Default

    Default enum of the animation direction is allows the animation from lefttop to rightbottom

    Declaration
    public const WaveDirection Default
    Field Value
    Type
    WaveDirection

    LeftToRight

    LeftToRight enum of the animation direction is allows the animation from left to right

    Declaration
    public const WaveDirection LeftToRight
    Field Value
    Type
    WaveDirection

    RightToLeft

    LeftToRight enum of the animation direction is allows the animation from right to left

    Declaration
    public const WaveDirection RightToLeft
    Field Value
    Type
    WaveDirection

    TopToBottom

    LeftToRight enum of the animation direction is allows the animation from top to bottom

    Declaration
    public const WaveDirection TopToBottom
    Field Value
    Type
    WaveDirection
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved