VisualInteractionSource.ScaleSourceMode 屬性

定義

定義縮放軸上 VisualInteractionSource 的互動處理方式。 有 3 種類型的 InteractionSourceMode可供選擇:互動已 停用EnabledWithInertiaEnabledWithoutInertia 。 必須啟用此屬性, 才能讓 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

屬性值

刻度座標軸的來源模式。

適用於