다음을 통해 공유


VisualInteractionSource.PositionYSourceMode 속성

정의

Y축의 소스 모드입니다.

PositionYSourceMode 속성은 Y축의 VisualInteractionSource 에 대한 상호 작용을 처리하는 방법을 정의합니다. InteractionSourceMode에는 3가지 유형 중에서 선택할 수 있습니다. 상호 작용은 사용 안 함, EnabledWithInertia 및 EnabledWithoutInertia입니다. VisualInteractionSourceInteractionTracker에 Y축 데이터를 보낼 수 있도록 하려면 이 속성을 사용하도록 설정해야 합니다.

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

void PositionYSourceMode(InteractionSourceMode value);
public InteractionSourceMode PositionYSourceMode { get; set; }
var interactionSourceMode = visualInteractionSource.positionYSourceMode;
visualInteractionSource.positionYSourceMode = interactionSourceMode;
Public Property PositionYSourceMode As InteractionSourceMode

속성 값

Y축의 소스 모드입니다.

적용 대상