VisualInteractionSource.PositionYSourceMode 属性

定义

Y 轴的源模式。

PositionYSourceMode 属性定义如何处理 Y 轴上的 VisualInteractionSource 的交互。 有三种 InteractionSourceMode 类型可供选择:

  • 交互已禁用
  • 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 轴的源模式。

适用于