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