다음을 통해 공유


InteractionSourceConfiguration.PositionYSourceMode 속성

정의

Y축에서 이 VisualInteractionSource 입력에 대한 상호 작용이 처리되는 방식을 나타내는 값을 가져오거나 설정합니다.

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

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

속성 값

Y축의 소스 모드입니다. 기본적으로 VisualInteractionTracker.PositionYSourceMode 값을 사용합니다.

설명

이 속성은 VisualInteractionSource.PositionYSourceMode의 구성을 재정의합니다. VisualInteractionSourceInteractionTracker에 Y축 데이터를 보낼 수 있도록 설정해야 합니다.

자세한 내용은 VisualInteractionSource.PointerWheelConfig를 참조하세요.

적용 대상

추가 정보

  • <xref:Windows.UI.Composition.Interactions.VisualInteractionSource.PointerWheelConfig%0aP%3aWindows.UI.Composition.Interactions.VisualInteractionSource.PositionYSourceMode>