Example #1
0
 public Builder SetNextTextColor(Color textColour)
 {
     _showcaseView.SetNextTextColor(textColour);
     return(this);
 }