ScrollingObjectCollection.IsTouched Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tracks whether the scroll content or background is touched by a near pointer. Remains true while the same near pointer does not cross the scrolling release boundaries.
public:
property bool IsTouched { bool get(); };
public bool IsTouched { get; }
member this.IsTouched : bool
Public ReadOnly Property IsTouched As Boolean