TouchManipulationEventArgs
StockSharp.Xaml.Charting.Visuals.Events
EventArgs для хранения списка 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
Получает или устанавливает точки касания.