SimpleOrientationSensorOrientationChangedEventArgs
SimpleOrientationSensorOrientationChangedEventArgs
SimpleOrientationSensorOrientationChangedEventArgs
SimpleOrientationSensorOrientationChangedEventArgs
Class
Definition
Provides data for the sensor reading–changed event.
public : sealed class SimpleOrientationSensorOrientationChangedEventArgs : ISimpleOrientationSensorOrientationChangedEventArgspublic sealed class SimpleOrientationSensorOrientationChangedEventArgs : ISimpleOrientationSensorOrientationChangedEventArgsPublic NotInheritable Class SimpleOrientationSensorOrientationChangedEventArgs Implements ISimpleOrientationSensorOrientationChangedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
This object is accessed when your app supports the OrientationChanged event.
Properties
Orientation Orientation Orientation Orientation
Gets the current sensor orientation.
public : SimpleOrientation Orientation { get; }public SimpleOrientation Orientation { get; }Public ReadOnly Property Orientation As SimpleOrientation// You can use this property in JavaScript.
The current sensor orientation.
Timestamp Timestamp Timestamp Timestamp
Gets the time of the current sensor reading.
public : DateTime Timestamp { get; }public DateTimeOffset Timestamp { get; }Public ReadOnly Property Timestamp As DateTimeOffset// You can use this property in JavaScript.
- Value
- DateTime DateTimeOffset DateTimeOffset DateTimeOffset
The time of the current sensor reading.