Gets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account.
Assembly: PresentationCore (in PresentationCore.dll)
Public ReadOnly Property IsStylusDirectlyOver As Boolean Get
public bool IsStylusDirectlyOver { get; }
public: virtual property bool IsStylusDirectlyOver { bool get () sealed; }
abstract IsStylusDirectlyOver : bool override IsStylusDirectlyOver : bool
Property Value
Type: System.Booleantrue if the stylus is over the same element as a hit test; otherwise, false. The default is false.
Implements
IInputElement.IsStylusDirectlyOver|
Identifier field |
|
|
Metadata properties set to true |
None |
Unlike IsStylusOver, this property is only true if the stylus is over the element. If the stylus is instead over a child element or over elements that are part of an element's deeper compositing, this property will be false.
Unless you know how a control is composited (for example, you use this property in a custom control template for a control that you define), this property might return unexpected results. For most scenarios where you are not authoring controls, use IsStylusOver instead.
If this element has stylus capture and this property is true at the time of capture, this property remains true until stylus capture is lost and the stylus is not over its bounds.
Touch, mouse, and stylus input exist in a particular relationship. For more information, see Input Overview.
.NET Framework
Supported in: 4, 3.5, 3.0.NET Framework Client Profile
Supported in: 4, 3.5 SP1Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.