次の方法で共有


InteractionSourceConfiguration.ScaleSourceMode プロパティ

定義

スケール軸のこの VisualInteractionSource 入力に対する相互作用の処理方法を示す値を取得または設定します。

public:
 property InteractionSourceRedirectionMode ScaleSourceMode { InteractionSourceRedirectionMode get(); void set(InteractionSourceRedirectionMode value); };
InteractionSourceRedirectionMode ScaleSourceMode();

void ScaleSourceMode(InteractionSourceRedirectionMode value);
public InteractionSourceRedirectionMode ScaleSourceMode { get; set; }
var interactionSourceRedirectionMode = interactionSourceConfiguration.scaleSourceMode;
interactionSourceConfiguration.scaleSourceMode = interactionSourceRedirectionMode;
Public Property ScaleSourceMode As InteractionSourceRedirectionMode

プロパティ値

スケール軸のソース モード。 既定では、 VisualInteractionTracker.ScaleSourceMode の値を受け取ります。

注釈

このプロパティは、 VisualInteractionSource.ScaleSourceMode の構成をオーバーライドします。 VisualInteractionSourceInteractionTracker にスケール データを送信できるようにするには、有効にする必要があります。

詳細については、「 VisualInteractionSource.PointerWheelConfig」を参照してください。

適用対象

こちらもご覧ください