Class ScrollView.SnapStartedEventArgs

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    Event arguments that passed via the SnapStarted signal.

    public class ScrollView.SnapStartedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    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
    public ScrollView.SnapEvent SnapEventInfo { get; set; }
    Property Value
    Type Description
    ScrollView.SnapEvent
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX