StylusEventArgs::Inverted Property

 

Gets a value that indicates whether the stylus in inverted.

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

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

Property Value

Type: System::Boolean

true if the stylus is inverted; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: