StylusEventArgs::InAir Property

 

Gets a value that indicates whether the stylus is in proximity to, but not touching, the digitizer.

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

public:
property bool InAir {
	bool get();
}

Property Value

Type: System::Boolean

true if the stylus is in proximity to, but not touching, the digitizer; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: