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 : Enum
Fields
BottomToTop
BottomToTop enum of the animation direction is allows the animation from bottom to top.
Declaration
public const ShimmerWaveDirection BottomToTop
Field Value
Type |
---|
ShimmerWaveDirection |
Default
Default enum of the animation direction is allows the animation from lefttop to rightbottom.
Declaration
public const ShimmerWaveDirection Default
Field Value
Type |
---|
ShimmerWaveDirection |
LeftToRight
LeftToRight enum of the animation direction is allows the animation from left to right.
Declaration
public const ShimmerWaveDirection LeftToRight
Field Value
Type |
---|
ShimmerWaveDirection |
RightToLeft
RightToLeft enum of the animation direction is allows the animation from right to left.
Declaration
public const ShimmerWaveDirection RightToLeft
Field Value
Type |
---|
ShimmerWaveDirection |
TopToBottom
TopToBottom enum of the animation direction is allows the animation from top to bottom.
Declaration
public const ShimmerWaveDirection TopToBottom
Field Value
Type |
---|
ShimmerWaveDirection |