Class GestureInfoEventArgs

    Definition

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

    Accessibility gesture information event arguments.

    public class GestureInfoEventArgs : EventArgs
    Inheritance
    object
    GestureInfoEventArgs

    Properties

    View Source

    Consumed

    True if the event is consumed.

    Declaration
    public bool Consumed { get; set; }
    Property Value
    Type Description
    bool
    View Source

    GestureInfo

    The gesture information type.

    Declaration
    public GestureInfoType GestureInfo { get; }
    Property Value
    Type Description
    GestureInfoType

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    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