Class PalmCoverEventArgs

    Definition

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

    This class contains the data related to the PalmCover event.

    public class PalmCoverEventArgs : EventArgs
    Inheritance
    object
    PalmCoverEventArgs

    Properties

    View Source

    Cx

    Cx

    Declaration
    public int Cx { get; }
    Property Value
    Type Description
    int
    View Source

    Cy

    Cy

    Declaration
    public int Cy { get; }
    Property Value
    Type Description
    int
    View Source

    Duration

    Duration

    Declaration
    public int Duration { get; }
    Property Value
    Type Description
    int
    View Source

    Mode

    Mode

    Declaration
    public int Mode { get; }
    Property Value
    Type Description
    int
    View Source

    Pressure

    Pressure

    Declaration
    public double Pressure { get; }
    Property Value
    Type Description
    double
    View Source

    Size

    Size

    Declaration
    public double Size { get; }
    Property Value
    Type Description
    double

    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