Stylus::DirectlyOver Property

 

Gets the element that is directly beneath the stylus.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property IInputElement^ DirectlyOver {
	static IInputElement^ get();
}

Property Value

Type: System.Windows::IInputElement^

The IInputElement that is directly beneath the stylus.

The following example demonstrates how to determine which element the stylus is positioned over. This example assumes that there is a TextBox called textBox1 and that the StylusInAirMove event is connected to the event handler.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: