VisualInteractionSource.Source 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.
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.