Class RotaryEventArgs

    Definition

    Namespace:
    ElmSharp.Wearable
    Assembly:
    ElmSharp.Wearable.dll

    The RotaryEventArgs serves information for the triggered Rotary event.

    public class RotaryEventArgs : EventArgs
    Inheritance
    object
    RotaryEventArgs

    Properties

    View Source

    IsClockwise

    IsClockwise is true when the Rotary device rotated in the clockwise direction, or false on counter clockwise.

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

    Timestamp

    Timestamp of the Rotary event.

    Declaration
    public uint Timestamp { get; set; }
    Property Value
    Type Description
    uint

    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