MultiTouchSettings.OverlappingElements Property

Gets the list of the elements that must be considered overlapping the Eyeshot control during the touch gestures handling.
Public ReadOnly Property OverlappingElements() As List(Of Visual)
This language is not supported or no code example is available.
public List<Visual> OverlappingElements {get;}
This language is not supported or no code example is available.

Property Value

List<Visual>
Remarks
 
This property has no effect when Environment.IsImmediateMode is true or UseWindowsMessages is set to false.

.NET Framework

Supported in: 4.8

In this article

Definition