Class ScrollView.SnapEvent

    Definition

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

    Snaps signal event's data.

    public class ScrollView.SnapEvent : IDisposable
    Inheritance
    object
    ScrollView.SnapEvent
    Implements
    System.IDisposable

    Constructors

    View Source

    SnapEvent()

    Create an instance of SnapEvent.

    Declaration
    public SnapEvent()

    Fields

    View Source

    disposed

    A Flat to check if it is already disposed.

    Declaration
    protected bool disposed
    Field Value
    Type Description
    bool
    View Source

    swigCMemOwn

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    bool

    Properties

    View Source

    duration

    Scroll duration.

    Declaration
    public float duration { get; set; }
    Property Value
    Type Description
    float
    View Source

    position

    Scroll position.

    Declaration
    public Vector2 position { get; set; }
    Property Value
    Type Description
    Vector2

    Methods

    View Source

    Dispose()

    Dispose.

    Declaration
    public void Dispose()
    View Source

    Dispose(DisposeTypes)

    Dispose

    Declaration
    protected virtual void Dispose(DisposeTypes type)
    Parameters
    Type Name Description
    DisposeTypes type

    the dispose type

    View Source

    ~SnapEvent()

    Dispose

    Declaration
    protected ~SnapEvent()
    View Source

    GetSnapEventFromPtr(IntPtr)

    Get SnapEvent From Ptr

    Declaration
    public static ScrollView.SnapEvent GetSnapEventFromPtr(IntPtr cPtr)
    Parameters
    Type Name Description
    System.IntPtr cPtr
    Returns
    Type Description
    ScrollView.SnapEvent

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX