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