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 |