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
 
Overlapped element are considered only when rendererType is set to Native or NativeExperimental.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition