Reset Method
Resets the component.
Syntax
[VB.NET] Public Sub Reset()
[C#] public void Reset();
Remarks
When called, the component will reset all of its properties to their default values.
NOTE: This method has a corresponding asynchronous version (ResetAsync) for use in the Xamarin environment.