Reset Method
Clears all properties to their default values.
Syntax
[VB.NET] Public Sub Reset()
[C#] public void Reset();
Remarks
This method clears all properties to their default values.
NOTE: This method has a corresponding asynchronous version (ResetAsync) for use in the WinRT environment.