MouseEventArgs::StylusDevice Property

 

Gets the stylus device associated with this event.

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

public:
property StylusDevice^ StylusDevice {
	StylusDevice^ get();
}

Property Value

Type: System.Windows.Input::StylusDevice^

The stylus associated with this event. There is no default value.

The following example shows how to retrieve the StylusDevice associated with an event.

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

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: