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

これをTouchManipulationEventArgsに取り扱うか、値を設定または設定します。

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

タッチポイントを付与またはセットします。