VisualInteractionSource.PositionYSourceMode 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 轴的源模式。