Class ScrollView.SnapEvent

    Definition

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

    Snaps signal event's data.

    public class ScrollView.SnapEvent : Disposable
    Inheritance
    object
    Disposable
    ScrollView.SnapEvent

    Constructors

    View Source

    SnapEvent()

    Create an instance of SnapEvent.

    Declaration
    public SnapEvent()

    Fields

    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(DisposeTypes)

    Dispose

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

    the dispose type

    Overrides
    Disposable.Dispose(DisposeTypes)
    View Source

    GetSnapEventFromPtr(IntPtr)

    Get SnapEvent From Ptr

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

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX