次の方法で共有


ElementCompositionPreview.GetPointerPositionPropertySet(UIElement) メソッド

定義

UIElement に対するポインター位置を取得します。

public:
 static CompositionPropertySet ^ GetPointerPositionPropertySet(UIElement ^ targetElement);
 static CompositionPropertySet GetPointerPositionPropertySet(UIElement const& targetElement);
public static CompositionPropertySet GetPointerPositionPropertySet(UIElement targetElement);
function getPointerPositionPropertySet(targetElement)
Public Shared Function GetPointerPositionPropertySet (targetElement As UIElement) As CompositionPropertySet

パラメーター

targetElement
UIElement

ポインターの位置が相対的な要素。

戻り値

ポインターの位置プロパティ。

適用対象