次の方法で共有


VisualInteractionSource.ScaleSourceMode プロパティ

定義

スケール軸上の VisualInteractionSource の相互作用の処理方法を定義します。 InteractionSourceModeには、次の 3 種類から選択できます。相互作用は無効EnabledWithInertiaEnabledWithoutInertia です。 VisualInteractionSourceInteractionTracker にスケール データを送信できるようにするには、このプロパティを有効にする必要があります。

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

プロパティ値

スケール軸のソース モード。

適用対象