VisualInteractionSource.PositionXSourceMode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
X 軸的來源模式。
PositionXSourceMode 屬性會定義如何在 X 軸上處理 VisualInteractionSource 的互動。 有 3 種類型的 InteractionSourceMode可供選擇:互動為 Disabled、EnabledWithInertia 和 EnabledWithoutInertia。 必須啟用這個屬性,才能讓 VisualInteractionSource 將 X 軸資料傳送至 InteractionTracker。
public:
property InteractionSourceMode PositionXSourceMode { InteractionSourceMode get(); void set(InteractionSourceMode value); };
InteractionSourceMode PositionXSourceMode();
void PositionXSourceMode(InteractionSourceMode value);
public InteractionSourceMode PositionXSourceMode { get; set; }
var interactionSourceMode = visualInteractionSource.positionXSourceMode;
visualInteractionSource.positionXSourceMode = interactionSourceMode;
Public Property PositionXSourceMode As InteractionSourceMode
屬性值
X 軸的來源模式。