Class GestureLayer.Config

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    Config is a static class, it provides gestureLayer's timeout information.

    [Obsolete("This has been deprecated in API12")]
    public static class GestureLayer.Config
    Inheritance
    object
    GestureLayer.Config

    Properties

    View Source

    DefaultDoubleTapTimeout

    Sets or gets the duration for occurring double tap event of gesture layer.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public static double DefaultDoubleTapTimeout { get; set; }
    Property Value
    Type Description
    double
    View Source

    DefaultLongTapTimeout

    Sets or gets the duration for occurring long tap event of gesture layer.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public static double DefaultLongTapTimeout { get; set; }
    Property Value
    Type Description
    double
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX