TouchManipulationEventArgs
StockSharp.Xaml.Charting.Visuals.Events
EventArgs to store a list of TouchPoint TouchPoints
Inherits: EventArgs
Constructors
TouchManipulationEventArgs
public TouchManipulationEventArgs(IEnumerable<TouchPoint> touchPoints)
touchManipulationEventArgs = TouchManipulationEventArgs(touchPoints)
Initializes a new instance of the TouchManipulationEventArgs class.
- touchPoints
- The touch points.
Properties
Handled
public bool Handled { get; set; }
value = touchManipulationEventArgs.Handled
touchManipulationEventArgs.Handled = value
Gets or sets a value indicating whether this TouchManipulationEventArgs is handled.
TouchPoints
public IEnumerable<TouchPoint> TouchPoints { get; set; }
value = touchManipulationEventArgs.TouchPoints
touchManipulationEventArgs.TouchPoints = value
Gets or sets the touch points.