Show / Hide Table of Contents

    Class GestureLayer.Config

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll
    API Level:
    preview

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

    public static class Config
    Inheritance
    Object
    GestureLayer.Config

    Properties

    View Source

    DefaultDoubleTapTimeout

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

    Declaration
    public static double DefaultDoubleTapTimeout { get; set; }
    Property Value
    Type Description
    Double
    API Level: preview
    View Source

    DefaultLongTapTimeout

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

    Declaration
    public static double DefaultLongTapTimeout { get; set; }
    Property Value
    Type Description
    Double
    API Level: preview
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX