SimpleOrientationSensorOrientationChangedEventArgs.Orientation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current sensor orientation.
public:
property SimpleOrientation Orientation { SimpleOrientation get(); };
SimpleOrientation Orientation();
public SimpleOrientation Orientation { get; }
var simpleOrientation = simpleOrientationSensorOrientationChangedEventArgs.orientation;
Public ReadOnly Property Orientation As SimpleOrientation
Property Value
The current sensor orientation.