Class InteractiveScrollChangedEventArgs
Provides data for the ScrollChanged event, including the current pan direction and zoom factor.
Inheritance
System.Object
InteractiveScrollChangedEventArgs
Namespace: Syncfusion.Maui.Toolkit.InteractiveViewer
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public class InteractiveScrollChangedEventArgs : EventArgs
Constructors
InteractiveScrollChangedEventArgs(PanAxis, Double)
Initializes a new instance of the InteractiveScrollChangedEventArgs class.
Declaration
public InteractiveScrollChangedEventArgs(PanAxis panAxis, double zoomFactor)
Parameters
| Type | Name | Description |
|---|---|---|
| PanAxis | panAxis | Specifies the directions in which panning is currently allowed. |
| System.Double | zoomFactor | Specifies the current zoom factor applied to the content. |
Properties
PanAxis
Gets the directions in which panning is currently allowed.
Declaration
public PanAxis PanAxis { get; }
Property Value
| Type |
|---|
| PanAxis |
ZoomFactor
Gets the current zoom factor applied to the content.
Declaration
public double ZoomFactor { get; }
Property Value
| Type |
|---|
| System.Double |