Class ShimmerWaveDirection
Defines the wave direction for the SfShimmer .
Inheritance
System.Object
    ShimmerWaveDirection
  Namespace: Syncfusion.Maui.Shimmer
Assembly: Syncfusion.Maui.Core.dll
Syntax
public sealed class ShimmerWaveDirection : EnumFields
BottomToTop
BottomToTop enum of the animation direction is allows the animation from bottom to top.
Declaration
public const ShimmerWaveDirection BottomToTopField Value
| Type | 
|---|
| ShimmerWaveDirection | 
Default
Default enum of the animation direction is allows the animation from lefttop to rightbottom.
Declaration
public const ShimmerWaveDirection DefaultField Value
| Type | 
|---|
| ShimmerWaveDirection | 
LeftToRight
LeftToRight enum of the animation direction is allows the animation from left to right.
Declaration
public const ShimmerWaveDirection LeftToRightField Value
| Type | 
|---|
| ShimmerWaveDirection | 
RightToLeft
RightToLeft enum of the animation direction is allows the animation from right to left.
Declaration
public const ShimmerWaveDirection RightToLeftField Value
| Type | 
|---|
| ShimmerWaveDirection | 
TopToBottom
TopToBottom enum of the animation direction is allows the animation from top to bottom.
Declaration
public const ShimmerWaveDirection TopToBottomField Value
| Type | 
|---|
| ShimmerWaveDirection |