Show / Hide Table of Contents

    Class RotaryEventArgs

    Event arguments for RotaryEvent.

    Inheritance
    System.Object
    System.EventArgs
    RotaryEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Tizen.Wearable.CircularUI.Forms
    Assembly: Tizen.Wearable.CircularUI.Forms.dll
    Syntax
    public class RotaryEventArgs : EventArgs

    Properties

    IsClockwise

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

    Declaration
    public bool IsClockwise { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Copyright © 2018-2019 Samsung
    Generated by DocFX