VisualInteractionSource.Source Property

Definition

The visual that is used for hit-testing and defines the co-ordinate space for gesture recognition.

public:
 property Visual ^ Source { Visual ^ get(); };
Visual Source();
public Visual Source { get; }
var visual = visualInteractionSource.source;
Public ReadOnly Property Source As Visual

Property Value

The visual that is used for hit-testing and defines the co-ordinate space for gesture recognition.

Applies to