Class ScrollView.SnapStartedEventArgs
Definition
- Assembly:
- Tizen.NUI.dll
Event arguments that passed via the SnapStarted signal.
public class ScrollView.SnapStartedEventArgs : EventArgs
- Inheritance
-
objectScrollView.SnapStartedEventArgs
Properties
View SourceSnapEventInfo
SnapEventInfo is the SnapEvent information like snap or flick (it tells the target position, scale, rotation for the snap or flick).
Declaration
public ScrollView.SnapEvent SnapEventInfo { get; set; }
Property Value
Type | Description |
---|---|
ScrollView.SnapEvent |