VisualInteractionSource.ScaleSourceMode プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
スケール軸上の VisualInteractionSource の相互作用の処理方法を定義します。 InteractionSourceMode には、次の 3 種類から選択できます。
- 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
プロパティ値
スケール軸のソース モード。