TouchManipulationEventArgs

StockSharp.Xaml.Charting.Visuals.Events

EventArgs to store a list of TouchPoint TouchPoints

继承自: EventArgs

构造函数

TouchManipulationEventArgs(IEnumerable<TouchPoint>)

Initializes a new instance of the TouchManipulationEventArgs class.

touchPoints
The touch points.

属性

Handled : bool

Gets or sets a value indicating whether this TouchManipulationEventArgs is handled.

TouchPoints : IEnumerable<TouchPoint>

Gets or sets the touch points.