InteractionSourceConfiguration.ScaleSourceMode プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
スケール軸上のこの 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 の構成をオーバーライドします。 VisualInteractionSource が InteractionTracker にスケール データを送信できるようにするには、有効にする必要があります。
詳細については、「 VisualInteractionSource.PointerWheelConfig」を参照してください。
適用対象
こちらもご覧ください
- <xref:Microsoft.UI.Composition.Interactions.VisualInteractionSource.PointerWheelConfig%0aP%3aMicrosoft.UI.Composition.Interactions.VisualInteractionSource.ScaleSourceMode>