コード例 #1
0
 public Builder SetNextStyle(Typeface typeface)
 {
     _showcaseView.SetNextStyle(typeface);
     return(this);
 }