Class DeviceOrientationEventArgs

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.Common.dll

    The class for event arguments of the DeviceOrientationChanged.

    public class DeviceOrientationEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    DeviceOrientationEventArgs

    Constructors

    View Source

    DeviceOrientationEventArgs(DeviceOrientation)

    Initializes the DeviceOrientationEventArgs class.

    Declaration
    public DeviceOrientationEventArgs(DeviceOrientation orientation)
    Parameters
    Type Name Description
    DeviceOrientation orientation

    The information of the DeviceOrientation

    Properties

    View Source

    DeviceOrientation

    The received DeviceOrientation.

    Declaration
    public DeviceOrientation DeviceOrientation { get; }
    Property Value
    Type Description
    DeviceOrientation
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX