This topic has not yet been rated - Rate this topic

InkCanvasGestureEventArgs Properties

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The InkCanvasGestureEventArgs type exposes the following members.

  Name Description
Public property Cancel Gets or sets a Boolean value that indicates whether strokes should be considered a gesture.
Public property Handled Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. (Inherited from RoutedEventArgs.)
Public property OriginalSource Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. (Inherited from RoutedEventArgs.)
Public property RoutedEvent Gets or sets the RoutedEvent associated with this RoutedEventArgs instance. (Inherited from RoutedEventArgs.)
Public property Source Gets or sets a reference to the object that raised the event. (Inherited from RoutedEventArgs.)
Public property Strokes Gets the strokes that represent the possible gesture.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.