Reset Method
Reset the internal state of the component and all properties to their default values.
Syntax
[VB.NET] Public Sub Reset()
[C#] public void Reset();
Remarks
The Reset method doesn't have any parameters and doesn't return any value.
NOTE: This method has a corresponding asynchronous version (ResetAsync) for use in the Xamarin environment.