IInputElement.IsStylusDirectlyOver Proprietà
Definizione
Ottiene un valore che indica se lo stilo è sopra questo elemento in senso stretto in base all'hit test.Gets a value that indicates whether the stylus is over this element in the strictest hit testing sense.
public:
property bool IsStylusDirectlyOver { bool get(); };
public bool IsStylusDirectlyOver { get; }
member this.IsStylusDirectlyOver : bool
Public ReadOnly Property IsStylusDirectlyOver As Boolean
Valore della proprietà
true
se lo stilo è sopra l'elemento. In caso contrario, false
.true
if the stylus is over the element; otherwise, false
.
Commenti
Questa interfaccia non è destinata all'implementazione pubblica.This interface is not intended for public implementation. Per ulteriori informazioni, vedere la sezione Osservazioni per l' IInputElement interfaccia.For more information, see remarks for the IInputElement interface.
Le implementazioni esistenti in Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) Core (vedere ContentElement.IsStylusDirectlyOver e UIElement.IsStylusDirectlyOver ) stabiliscono questa proprietà come proprietà di dipendenza.Existing implementations in the Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) core (see ContentElement.IsStylusDirectlyOver and UIElement.IsStylusDirectlyOver) establish this property as a dependency property.