Class ScrollView.SnapStartedEventArgs
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
Event arguments that passed via the SnapStarted signal.
C#Copypublic 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#Copypublic ScrollView.SnapEvent SnapEventInfo { get; set; }
Property Value
Type | Description |
---|---|
ScrollView.SnapEvent |