示例#1
0
 /**
  * Set whether or not the showcase should dismiss when the target is touched.
  *
  * True by default.
  */
 public Builder SetDismissOnTargetTouch(bool dismissOnTargetTouch)
 {
     _showcaseView.SetDismissOnTargetTouch(dismissOnTargetTouch);
     return(this);
 }