GrapeCity ActiveReports for .NET 12.0J
LineStyle プロパティ (Shape)
使用例 

線の描画に使用するペンの種類を取得または設定します。
構文
'宣言
 
Public Property LineStyle As LineStyle
public LineStyle LineStyle {get; set;}

プロパティ値

現在のLineStyle値。デフォルトはLineStyle.Solidです。

使用例
private void detail_Format(object sender, System.EventArgs eArgs)
{
    this.shape1.LineStyle = LineStyle.Solid;
}
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format
   Me.Shape1.LineStyle = LineStyle.Solid
End Sub
参照

関連項目

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

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.