EnclosureLocation.RotationAngleInDegreesClockwise 属性

定义

获取设备机箱中的物理旋转程度。

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

属性值

UInt32

unsigned int

uint32_t

设备机箱中的旋转度。 这是顺时针方向。

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)

适用于