EnclosureLocation.RotationAngleInDegreesClockwise 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 physical degree of rotation for a device in its enclosure.
public:
property unsigned int RotationAngleInDegreesClockwise { unsigned int get(); };
uint32_t RotationAngleInDegreesClockwise();
public uint RotationAngleInDegreesClockwise { get; }
var uInt32 = enclosureLocation.rotationAngleInDegreesClockwise;
Public ReadOnly Property RotationAngleInDegreesClockwise As UInteger
Property Value
The degrees of rotation for the device in its enclosure. This is in a clockwise direction.
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|