SimpleOrientationSensorOrientationChangedEventArgs.Orientation プロパティ

定義

現在のセンサーの向きを取得します。

public:
 property SimpleOrientation Orientation { SimpleOrientation get(); };
SimpleOrientation Orientation();
public SimpleOrientation Orientation { get; }
var simpleOrientation = simpleOrientationSensorOrientationChangedEventArgs.orientation;
Public ReadOnly Property Orientation As SimpleOrientation

プロパティ値

現在のセンサーの向き。

適用対象