GrapeCity.ActiveReports.v9 アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > Shape クラス : LineWeight プロパティ |
現在のペン幅を表す浮動小数点値。デフォルトは1.0fです。
private void detail_Format(object sender, System.EventArgs eArgs) { this.shape1.LineWeight = 2.0f; }
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format Me.Shape1.LineWeight = 2.0F End Sub