Reset Method
Reset all properties of the component.
Syntax
[VB.NET] Public Sub Reset()
[C#] public void Reset();
Remarks
This method resets all properties to the component's default settings. This is an easy way to clear all of the property values before repopulating the Atom feed.
NOTE: This method has a corresponding asynchronous version (ResetAsync) for use in the Xamarin environment.