Class ScrollView.SnapStartedEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

Event arguments that passed via the SnapStarted signal.

C#
Copy
public class SnapStartedEventArgs : EventArgs
Inheritance
ScrollView.SnapStartedEventArgs

Properties

View Source

SnapEventInfo

SnapEventInfo is the SnapEvent information like snap or flick (it tells the target position, scale, rotation for the snap or flick).

Declaration
C#
Copy
public ScrollView.SnapEvent SnapEventInfo { get; set; }
Property Value
Type Description
ScrollView.SnapEvent
API Level: 3