ModifierTouchManipulationArgs

StockSharp.Xaml.Charting.ChartModifiers

Определяет кросс-платформенные аргументы события манипуляции, используемые производными типами IChartModifier для обработки событий манипуляции.

Наследует: ModifierEventArgsBase

Конструкторы

ModifierTouchManipulationArgs
public ModifierTouchManipulationArgs(IEnumerable<TouchPoint> touchPoints, bool isMaster, IReceiveMouseEvents master)
modifierTouchManipulationArgs = ModifierTouchManipulationArgs(touchPoints, isMaster, master)

Инициализирует новый экземпляр класса ModifierTouchManipulationArgs.

touchPoints
Точки соприкосновения.
isMaster
если установлено значение true, это главное событие, в противном случае — подчиненное событие.
master
Главный экземпляр в случае синхронизации графиков с помощью MouseEventGroupProperty.
ModifierTouchManipulationArgs
public ModifierTouchManipulationArgs()
modifierTouchManipulationArgs = ModifierTouchManipulationArgs()

Инициализирует новый экземпляр класса ModifierTouchManipulationArgs.

Свойства

Manipulators
public IEnumerable<TouchPoint> Manipulators { get; set; }
value = modifierTouchManipulationArgs.Manipulators
modifierTouchManipulationArgs.Manipulators = value

Получает коллекцию объектов, представляющих собой сенсорные контакты для манипуляции.