Поделиться через


VisualInteractionSource.PositionYSourceMode Свойство

Определение

Режим источника для оси Y.

Свойство PositionYSourceMode определяет, как обрабатываются взаимодействия для VisualInteractionSource на оси Y. Существует три типа объектов InteractionSourceModeна выбор: Disabled, EnabledWithInertia и EnabledWithoutInertia. Это свойство должно быть включено, чтобы разрешить VisualInteractionSource отправлять данные оси Y в InteractionTracker.

public:
 property InteractionSourceMode PositionYSourceMode { InteractionSourceMode get(); void set(InteractionSourceMode value); };
InteractionSourceMode PositionYSourceMode();

void PositionYSourceMode(InteractionSourceMode value);
public InteractionSourceMode PositionYSourceMode { get; set; }
var interactionSourceMode = visualInteractionSource.positionYSourceMode;
visualInteractionSource.positionYSourceMode = interactionSourceMode;
Public Property PositionYSourceMode As InteractionSourceMode

Значение свойства

Режим источника для оси Y.

Применяется к