PowerTools ActiveReports for .NET 11.0J
LineWeight プロパティ (Shape)
使用例 

図形の描画に使用するペン幅を取得または設定します(1/144インチ単位)。デフォルトは1です。144を設定すると1インチになります。
構文
'宣言
 
Public Property LineWeight As Single
public float LineWeight {get; set;}

プロパティ値

図形の描画に使用するペン幅を取得または設定します(1/144インチ単位)。

使用例
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
参照

関連項目

Shape クラス
Shape メンバ
LineColor プロパティ
LineStyle プロパティ

 

 


©2003-2017 GrapeCity inc. All rights reserved.