Exemplo n.º 1
0
 /**
  * Set the descriptive text shown on the ShowcaseView as the title.
  */
 public Builder SetTitleText(string text)
 {
     _showcaseView.SetTitleText(text);
     return(this);
 }