VisualInteractionSource.PositionYSourceMode 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Y축의 소스 모드입니다.
PositionYSourceMode 속성은 Y축의 VisualInteractionSource 에 대한 상호 작용을 처리하는 방법을 정의합니다. 다음 세 가지 InteractionSourceMode 유형 중에서 선택할 수 있습니다.
- 상호 작용을 사용할 수 없음
- EnabledWithInertia
- EnabledWithoutInertia
VisualInteractionSource가 InteractionTracker에 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축의 소스 모드입니다.