TouchDevice.Synchronize Method

Definition

Forces the TouchDevice to synchronize the user interface with underlying touch points.

public:
 void Synchronize();
[System.Security.SecurityCritical]
public void Synchronize ();
public void Synchronize ();
[<System.Security.SecurityCritical>]
member this.Synchronize : unit -> unit
member this.Synchronize : unit -> unit
Public Sub Synchronize ()
Attributes

Remarks

Synchronizing the user interface with the underlying touch positions might cause TouchMove events to be raised.

Applies to