TouchDevice.ActiveSource Property

Definition

Gets the PresentationSource that is reporting input for this device.

public:
 property System::Windows::PresentationSource ^ ActiveSource { System::Windows::PresentationSource ^ get(); };
public override sealed System.Windows.PresentationSource ActiveSource { [System.Security.SecurityCritical] get; }
public override sealed System.Windows.PresentationSource ActiveSource { get; }
[<get: System.Security.SecurityCritical>]
member this.ActiveSource : System.Windows.PresentationSource
member this.ActiveSource : System.Windows.PresentationSource
Public Overrides NotOverridable ReadOnly Property ActiveSource As PresentationSource

Property Value

The source that is reporting input for this device.

Attributes

Applies to