Class RippleStartPosition
Specifies the start position of the ripple effects.
Inheritance
System.Object
RippleStartPosition
Namespace: Syncfusion.XForms.EffectsView
Assembly: Syncfusion.Core.XForms.dll
Syntax
public sealed class RippleStartPosition : Enum
Fields
Bottom
Ripple starts from the bottom of the view.
Declaration
public const RippleStartPosition Bottom
Field Value
Type |
---|
RippleStartPosition |
Default
Ripple starts from the center of the view.
Declaration
public const RippleStartPosition Default
Field Value
Type |
---|
RippleStartPosition |
Left
Ripple starts from the left of the view.
Declaration
public const RippleStartPosition Left
Field Value
Type |
---|
RippleStartPosition |
Right
Ripple starts from the right of the view.
Declaration
public const RippleStartPosition Right
Field Value
Type |
---|
RippleStartPosition |
Top
Ripple starts from the top of the view.
Declaration
public const RippleStartPosition Top
Field Value
Type |
---|
RippleStartPosition |