Class RippleStartPosition
Specifies the start position of the ripple effects.
Inheritance
System.Object
    RippleStartPosition
  Namespace: Syncfusion.Maui.Toolkit.EffectsView
Assembly: Syncfusion.Maui.Toolkit.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 | 
BottomLeft
Ripple starts from the BottomLeft of the view.
Declaration
public const RippleStartPosition BottomLeft
  Field Value
| Type | 
|---|
| RippleStartPosition | 
BottomRight
Ripple starts from the BottomRight of the view.
Declaration
public const RippleStartPosition BottomRight
  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 | 
TopLeft
Ripple starts from the TopLeft of the view.
Declaration
public const RippleStartPosition TopLeft
  Field Value
| Type | 
|---|
| RippleStartPosition | 
TopRight
Ripple starts from the TopRight of the view.
Declaration
public const RippleStartPosition TopRight
  Field Value
| Type | 
|---|
| RippleStartPosition |