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

指针位置相对于的元素。

返回

指针的位置属性。

适用于