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