Proprietà Stylus.DirectlyOver
.NET Framework 3.0
Gets the element that is directly beneath the stylus.
Spazio dei nomi: System.Windows.Input
Assembly: PresentationCore (in presentationcore.dll)
Spazio dei nomi XML: http://schemas.microsoft.com/winfx/2006/xaml/presentation
Assembly: PresentationCore (in presentationcore.dll)
Spazio dei nomi XML: http://schemas.microsoft.com/winfx/2006/xaml/presentation
/** @property */ public static IInputElement get_DirectlyOver ()
public static function get DirectlyOver () : IInputElement
Non è possibile utilizzare questa proprietà in XAML.
Valore proprietà
The IInputElement that is directly beneath the stylus.The following example demonstrates how to determine which element the stylus is directly over. This example assumes that there is a TextBox called textBox1 and that the StylusInAirMove event is connected to the event handler.