TwoPanelHingedDevicePosturePreviewReading.HingeState 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.
The hinge state of the device.
public:
property HingeState HingeState { HingeState get(); };
HingeState HingeState();
/// [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")]
HingeState HingeState();
public HingeState HingeState { get; }
public HingeState HingeState { [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 hingeState = twoPanelHingedDevicePosturePreviewReading.hingeState;
Public ReadOnly Property HingeState As HingeState
Property Value
The device's hinge state.
- Attributes