ElementCompositionPreview.GetPointerPositionPropertySet(UIElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索相对于 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
指针位置相对于的元素。
返回
指针的位置属性。