PointerPoint.Properties プロパティ

定義

入力ポインターに関する拡張情報を取得します。

public:
 property PointerPointProperties ^ Properties { PointerPointProperties ^ get(); };
PointerPointProperties Properties();
public PointerPointProperties Properties { get; }
var pointerPointProperties = pointerPoint.properties;
Public ReadOnly Property Properties As PointerPointProperties

プロパティ値

入力デバイスによって公開される拡張プロパティ。

適用対象