/// <summary>
 /// Initializes a new instance of the <see cref="MobileScrollViewHtmlBuilder" /> class.
 /// </summary>
 /// <param name="component">The MobileScrollView component.</param>
 public MobileScrollViewHtmlBuilder(MobileScrollView component)
 {
     this.component = component;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="MobileScrollViewHtmlBuilder" /> class.
 /// </summary>
 /// <param name="component">The MobileScrollView component.</param>
 public MobileScrollViewHtmlBuilder(MobileScrollView component)
 {
     this.component = component;
 }