다음을 통해 공유


PointerVisualizationSettings.IsContactFeedbackEnabled 속성

정의

포인터 접촉이 감지될 때 시각적 피드백을 사용할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

중요

포인터 시각화는 데스크톱 디바이스 패밀리에서만 지원됩니다.

public:
 property bool IsContactFeedbackEnabled { bool get(); void set(bool value); };
bool IsContactFeedbackEnabled();

void IsContactFeedbackEnabled(bool value);
public bool IsContactFeedbackEnabled { get; set; }
var boolean = pointerVisualizationSettings.isContactFeedbackEnabled;
pointerVisualizationSettings.isContactFeedbackEnabled = boolean;
Public Property IsContactFeedbackEnabled As Boolean

속성 값

Boolean

bool

피드백이 사용하도록 설정된 경우 True이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

적용 대상