次の方法で共有


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 で導入)

適用対象