コード例 #1
0
ファイル: SLComment.cs プロジェクト: mousetwentytwo/test
 /// <summary>
 /// Set the dash style of the comment box.
 /// </summary>
 /// <param name="DashStyle">The dash style.</param>
 /// <param name="EndCap">The end cap of the lines.</param>
 public void SetDashStyle(SLDashStyleValues DashStyle, StrokeEndCapValues EndCap)
 {
     this.vLineDashStyle = DashStyle;
     this.vEndCap = EndCap;
 }
コード例 #2
0
 /// <summary>
 /// Set the dash style of the comment box.
 /// </summary>
 /// <param name="DashStyle">The dash style.</param>
 /// <param name="EndCap">The end cap of the lines.</param>
 public void SetDashStyle(SLDashStyleValues DashStyle, StrokeEndCapValues EndCap)
 {
     this.vLineDashStyle = DashStyle;
     this.vEndCap        = EndCap;
 }