TwoPanelHingedDevicePosturePreviewReading.Panel2Orientation 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.
Describes the orientation of the device's second panel at the time the reading was taken.
public:
property SimpleOrientation Panel2Orientation { SimpleOrientation get(); };
SimpleOrientation Panel2Orientation();
/// [get: Windows.Foundation.Metadata.Deprecated("TwoPanelHingedDevicePosturePreviewReading is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
SimpleOrientation Panel2Orientation();
public SimpleOrientation Panel2Orientation { get; }
public SimpleOrientation Panel2Orientation { [Windows.Foundation.Metadata.Deprecated("TwoPanelHingedDevicePosturePreviewReading is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")] get; }
var simpleOrientation = twoPanelHingedDevicePosturePreviewReading.panel2Orientation;
Public ReadOnly Property Panel2Orientation As SimpleOrientation
Property Value
The second panel's orientation.
- Attributes