TwoPanelHingedDevicePosturePreviewReadingChangedEventArgs.Reading 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 TwoPanelHingedDevicePosturePreviewReading that is passed along with the TwoPanelHingedDevicePosturePreviewReadingChangedEvent.
public:
property TwoPanelHingedDevicePosturePreviewReading ^ Reading { TwoPanelHingedDevicePosturePreviewReading ^ get(); };
TwoPanelHingedDevicePosturePreviewReading Reading();
/// [get: Windows.Foundation.Metadata.Deprecated("TwoPanelHingedDevicePosturePreviewReadingChangedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
TwoPanelHingedDevicePosturePreviewReading Reading();
public TwoPanelHingedDevicePosturePreviewReading Reading { get; }
public TwoPanelHingedDevicePosturePreviewReading Reading { [Windows.Foundation.Metadata.Deprecated("TwoPanelHingedDevicePosturePreviewReadingChangedEventArgs 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 twoPanelHingedDevicePosturePreviewReading = twoPanelHingedDevicePosturePreviewReadingChangedEventArgs.reading;
Public ReadOnly Property Reading As TwoPanelHingedDevicePosturePreviewReading
Property Value
The device posture reading associated with a posture changed event.
- Attributes