IInputElement.IsStylusDirectlyOver 属性

定义

获取一个值,从最严格的命中测试角度指示该触笔是否位于此元素上。

public:
 property bool IsStylusDirectlyOver { bool get(); };
public bool IsStylusDirectlyOver { get; }
member this.IsStylusDirectlyOver : bool
Public ReadOnly Property IsStylusDirectlyOver As Boolean

属性值

Boolean

如果触笔位于该元素上,则为 true;否则为 false

注解

此接口不适用于公共实现。 有关详细信息,请参阅接口的 IInputElement 备注。

Windows Presentation Foundation (WPF) 核心中的现有实现 (查看ContentElement.IsStylusDirectlyOverUIElement.IsStylusDirectlyOver) 将此属性建立为依赖属性。

适用于

另请参阅