ElementCompositionPreview.GetPointerPositionPropertySet(UIElement) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Recupera la posizione del puntatore rispetto a un 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
Parametri
- targetElement
- UIElement
Elemento a cui la posizione del puntatore è relativa.
Restituisce
Proprietà della posizione del puntatore.
Requisiti Windows
Famiglia di dispositivi |
Windows 10 Creators Update (è stato introdotto in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (è stato introdotto in v4.0)
|