TouchManipulationEventArgs

StockSharp.Xaml.Charting.Visuals.Events

EventArgs to store a list of TouchPoint TouchPoints

继承自: EventArgs

构造函数

TouchManipulationEventArgs
public TouchManipulationEventArgs(IEnumerable<TouchPoint> touchPoints)
touchManipulationEventArgs = TouchManipulationEventArgs(touchPoints)

初始化了 & ##TouchManipulationEventArgs+# 类的新实例 。

touchPoints
触点.

属性

Handled
public bool Handled { get; set; }
value = touchManipulationEventArgs.Handled
touchManipulationEventArgs.Handled = value

获取或设置一个值, 表示是否处理此% 2S0 {} 。

TouchPoints
public IEnumerable<TouchPoint> TouchPoints { get; set; }
value = touchManipulationEventArgs.TouchPoints
touchManipulationEventArgs.TouchPoints = value

获取或设置接点.