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。

适用于