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.