Migrating from Xamarin SfEffectsView to .NET MAUI SfEffectsView

To ease the migration from Xamarin SfEffectsView to .NET MAUI SfEffectsView, most APIs from Xamarin SfEffectsView have been retained in MAUI SfEffectsView. However, to maintain API naming consistency in MAUI SfEffectsView, some APIs have been renamed. The changes in MAUI SfEffectsView from Xamarin SfEffectsView are detailed as follows.

Namespaces

Xamarin SfEffectsView .NET MAUI SfEffectsView
Syncfusion.XForms.EffectsView Syncfusion.Maui.Core

Properties

Xamarin SfEffectsView .NET MAUI SfEffectsView Description

AutoResetEffect

AutoResetEffects

Gets or sets the effect that starts rendering on touch down and starts removing on touch up in Android and UWP platforms.

HighlightColor

HighlightBackground

Gets or sets the brush to highlight the Effects View.

RippleColor

RippleBackground

Gets or sets the brush of the ripple.

SelectionColor

SelectionBackground

Gets or sets the brush applied when the view is in the selected state.

Enums

Enum Xamarin SfEffectsView .NET MAUI SfEffectsView Description
RippleStartPosition Bottom,
Default,
Left,
Right,
Top
Bottom,
BottomLeft,
BottomRight,
Default,
Left,
Right,
Top,
TopLeft,
TopRight
Specifies the start position of the ripple effects.