Interface IParallaxView
The interface defines a property and an event that needs to be implemented to get relevant data from custom scrollable elements to perform parallax scrolling.
Namespace: Syncfusion.Maui.Core
Assembly: Syncfusion.Maui.Core.dll
Syntax
public interface IParallaxView
Properties
ScrollableContentSize
Gets or sets the total content size of the scrollable source element.
Declaration
Size ScrollableContentSize { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Size |
Events
Scrolling
Raise this event whenever the source scrollable element is scrolled.
Declaration
event EventHandler<ParallaxScrollingEventArgs> Scrolling
Event Type
Type |
---|
System.EventHandler<ParallaxScrollingEventArgs> |