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 軸的來源模式。